Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.Helpers Namespaces
CMS.Helpers
CMSOutputResource Class
CMSOutputResource Methods
ContainsColumn Method
GetValue Method
SetValue Method
TryGetValue Method
CMSOutputResource
TryGetValue Method
Attempts to retrieve a value of a column.
Namespace:
CMS.Helpers
Assembly:
CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
Copy
public
bool
TryGetValue
(
string
columnName
,
out
Object
value
)
Parameters
columnName
Type:
System
String
Name of the column
value
Type:
System
Object
If successful, this object will stored the retrieved value
Return Value
Type:
Boolean
true, if object was successfully retrieved, otherwise false
Implements
IDataContainer
TryGetValue(String, Object
)
See Also
Reference
CMSOutputResource Class
CMS.Helpers Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com