Table of Contents

Delegate MacroResolver.GetObjectValueByIndexHandler

Namespace
CMS.MacroEngine
Assembly
CMS.MacroEngine.dll

Handler to get the value from the index-th property of specified object.

public delegate bool MacroResolver.GetObjectValueByIndexHandler(object obj, int index, ref object result)

Parameters

obj object
Handler to get the value from the index-th property of specified object.
index int
Handler to get the value from the index-th property of specified object.
result object
Handler to get the value from the index-th property of specified object.

Returns

bool
Handler to get the value from the index-th property of specified object.
Extension Methods