Click or drag to resize
RegisterBizFormAttribute Constructor
Constructor

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

Parameters

className
Type: SystemString
Class name
type
Type: SystemType
BizForm item implementation type
See Also