Click or drag to resize
BizFormInfoProviderGetBizFormFileColumns Method
Returns names of the columns where BizForm file information is stored.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
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: String
See Also