FormFieldInfoGetPropertyValue Method (FormFieldPropertyEnum, Boolean) |
Gets unresolved property value.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax public string GetPropertyValue(
FormFieldPropertyEnum property,
out bool isMacro
)
Parameters
- property
- Type: CMS.FormEngineFormFieldPropertyEnum
Property - isMacro
- Type: SystemBoolean
Returns true if property contains macro
Return Value
Type:
StringSee Also