Click or drag to resize
BizFormAttribute Constructor
Constructor.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
public BizFormAttribute(
	string className,
	Type type
)

Parameters

className
Type: SystemString
Class name
type
Type: SystemType
Class to register
See Also