Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.Membership Namespaces
CMS.Membership
CMSOutputAvatar Class
CMSOutputAvatar Methods
ContainsColumn Method
EnsureData Method
GetValue Method
LoadData Method
SetValue Method
TryGetValue Method
CMSOutputAvatar
.
TryGetValue Method
Returns value of column.
Namespace:
CMS.Membership
Assembly:
CMS.Membership (in CMS.Membership.dll) Version: 11.0.0
Syntax
C#
Copy
public
bool
TryGetValue
(
string
columnName
,
out
Object
value
)
Parameters
columnName
Type:
System
.
String
Column name
value
Type:
System
.
Object
Returns the value
Return Value
Type:
Boolean
Returns true if the operation was successful (the value was present)
Implements
IDataContainer
.
TryGetValue(String, Object
)
See Also
Reference
CMSOutputAvatar Class
CMS.Membership Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com