Click or drag to resize
UIContextTryGetProperty Method (String, Object, Boolean)
Returns value of property.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public override bool TryGetProperty(
	string columnName,
	out Object value,
	bool notNull
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemObject
Returns the value
notNull
Type: SystemBoolean
If true, the property attempts to return non-null values, at least it returns the empty object of the correct type

Return Value

Type: Boolean
Returns true if the operation was successful (the value was present)

Implements

IVirtualHierarchicalObjectTryGetProperty(String, Object, Boolean)
See Also