MacroResolverGetObjectValueByIndexHandler Delegate |
Handler to get the value from the index-th property of specified object.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public delegate bool GetObjectValueByIndexHandler(
Object obj,
int index,
ref Object result
)
Parameters
- obj
- Type: SystemObject
- index
- Type: SystemInt32
- result
- Type: SystemObject
Return Value
Type:
BooleanSee Also