Click or drag to resize
RegisteredPropertiesTParentEvaluate Method
Evaluates the particular property

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public bool Evaluate(
	TParent obj,
	string columnName,
	out Object value
)

Parameters

obj
Type: TParent
Calling object
columnName
Type: SystemString
Column name
value
Type: SystemObject
Returning the property value

Return Value

Type: Boolean
See Also