MacroResolverPostProcessResult Method |
If the object is InfoObject, returns its DisplayName column (if exists).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax protected Object PostProcessResult(
Object result,
bool allowEnumeration = true
)
Parameters
- result
- Type: SystemObject
Result to process - allowEnumeration (Optional)
- Type: SystemBoolean
If true, the process allows enumeration of the result
Return Value
Type:
ObjectSee Also