Click or drag to resize
BizFormInfoProviderGetBizFormInfoForClass Method
Returns the BizFormInfo structure for the specified class.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
public static BizFormInfo GetBizFormInfoForClass(
	int classId
)

Parameters

classId
Type: SystemInt32
Class ID

Return Value

Type: BizFormInfo
See Also