Click or drag to resize
BasicFormStringToFormTypeEnum Method
Returns the enumeration representation of the form type.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public static FormTypeEnum StringToFormTypeEnum(
	string str
)

Parameters

str
Type: SystemString
Form type codename

Return Value

Type: FormTypeEnum
See Also