Click or drag to resize
MacroFieldContainerGetField Method
Returns a field of given name (return null if specified field does not exist).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public MacroField GetField(
	string name
)

Parameters

name
Type: SystemString
Field name

Return Value

Type: MacroField
See Also