Click or drag to resize
FormCategoryInfoGetPropertyValue Method (FormCategoryPropertyEnum, Boolean)
Gets unresolved property value.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public string GetPropertyValue(
	FormCategoryPropertyEnum property,
	out bool isMacro
)

Parameters

property
Type: CMS.FormEngineFormCategoryPropertyEnum
Property
isMacro
Type: SystemBoolean
Returns true if property contains macro

Return Value

Type: String
See Also