Click or drag to resize
MacroResolverPostProcessResult Method
If the object is InfoObject, returns its DisplayName column (if exists).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
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: Object
See Also