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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static FormTypeEnum StringToFormTypeEnum(
	string str
)

Parameters

str
Type: SystemString
Form type codename

Return Value

Type: FormTypeEnum
See Also