Click or drag to resize
CutTextEnum Enumeration
Defines the cut location for the text when shortened

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public enum CutTextEnum
Members
  Member nameValueDescription
End1 Cut at the end of the text
Middle2 Cut in the middle of the text
Start3 Cut at the start of the text
See Also