Click or drag to resize
MacroFieldContainerGetFieldsForObject Method
Returns list of macro field extension registered for specified object. Returns null if there is no such extension for given object.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public static IEnumerable<MacroField> GetFieldsForObject(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to check

Return Value

Type: IEnumerableMacroField
See Also