Click or drag to resize
FormUserControlInfoProviderGetTypeEnum Method
Returns control type enum from integer representation.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static FormUserControlTypeEnum GetTypeEnum(
	int type
)

Parameters

type
Type: SystemInt32
Type as integer

Return Value

Type: FormUserControlTypeEnum
See Also