Click or drag to resize
FormFieldInfoSettingIsMacro Method
Returns true if setting is macro.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
public bool SettingIsMacro(
	string settingName
)

Parameters

settingName
Type: SystemString
Setting name

Return Value

Type: Boolean
See Also