Click or drag to resize
BasicFormFormTypeEnumToString Method
Returns the string representation of the form type.

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

Parameters

value
Type: CMS.FormControlsFormTypeEnum
Value to convert

Return Value

Type: String
See Also