Click or drag to resize
ImageHelperGetPositionEnum Method

Note: This API is now obsolete.

Gets the enumeration of the given position string.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("This method will be removed in the next version without a replacement.")]
public static ImageHelperImagePositionEnum GetPositionEnum(
	string position
)

Parameters

position
Type: SystemString

Return Value

Type: ImageHelperImagePositionEnum
See Also