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

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

Parameters

obj
Type: System.Object
columnName
Type: System.String
result
Type: System.Object

Return Value

Type: Boolean
See Also