Click or drag to resize
WidgetZoneTypeCodeFromEnum Method
Returns the widget zone type string from the enumeration value.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string FromEnum(
	WidgetZoneTypeEnum value
)

Parameters

value
Type: CMS.PortalEngineWidgetZoneTypeEnum
Value to convert

Return Value

Type: String
See Also