Click or drag to resize
MacroResolverGetObjectValueByNameHandler Delegate
Handler to get the specific column value from specified object.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public delegate bool GetObjectValueByNameHandler(
	Object obj,
	string columnName,
	ref Object result
)

Parameters

obj
Type: SystemObject
columnName
Type: SystemString
result
Type: SystemObject

Return Value

Type: Boolean
See Also