MacroResolverGetObjectValueByNameHandler Delegate |
Handler to get the specific column value from specified object.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public delegate bool GetObjectValueByNameHandler(
Object obj,
string columnName,
ref Object result
)
Parameters
- obj
- Type: SystemObject
- columnName
- Type: SystemString
- result
- Type: SystemObject
Return Value
Type:
BooleanSee Also