Click or drag to resize
BizFormItemProviderIsBizFormItemObjectType Method
Indicates if given object type represents BizForm item.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
public static bool IsBizFormItemObjectType(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: Boolean
See Also