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: 8.2.23
Syntax
C#
public static string[] GetBizFormFileColumns(
	string classFormDefinition
)

Parameters

classFormDefinition
Type: SystemString
BizForm's class form definition

Return Value

Type: String
See Also