Click or drag to resize
BasicFormFormTypeEnumToString Method
Returns the string 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 string FormTypeEnumToString(
	FormTypeEnum value
)

Parameters

value
Type: CMS.FormEngine.Web.UIFormTypeEnum
Value to convert

Return Value

Type: String
See Also