Click or drag to resize
MacroResolverGetObjectValueByIndexHandler Delegate
Handler to get the value from the index-th property of specified object.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public delegate bool GetObjectValueByIndexHandler(
	Object obj,
	int index,
	ref Object result
)

Parameters

obj
Type: SystemObject
index
Type: SystemInt32
result
Type: SystemObject

Return Value

Type: Boolean
See Also