Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.PortalEngine Namespaces
CMS.PortalEngine
EditableItems Class
EditableItems Methods
Clone Method
ContainsColumn Method
GetContentXml Method
GetFirstKey Method
GetValue Method
GetXmlElement Method
LoadContentXml Method
LoadFromXmlElement Method
SetValue Method
TryGetValue Method
EditableItems
TryGetValue Method
Tries to get the value of specific column.
Namespace:
CMS.PortalEngine
Assembly:
CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.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 value
Return Value
Type:
Boolean
Implements
IDataContainer
TryGetValue(String, Object
)
See Also
Reference
EditableItems Class
CMS.PortalEngine Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com