BizFormInfoProviderGetBizFormFileColumns Method |
Returns names of the columns where BizForm file information is stored.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax public static string[] GetBizFormFileColumns(
string classFormDefinition,
FormDevelopmentModelEnum formDevelopmentModel = FormDevelopmentModelEnum.WebForms
)
Parameters
- classFormDefinition
- Type: SystemString
BizForm's class form definition - formDevelopmentModel (Optional)
- Type: CMS.FormEngineFormDevelopmentModelEnum
Development model of the form whose file columns are retreived.
Return Value
Type:
StringSee Also