Click or drag to resize
TextData Class
Class for storing Text data for comparison.
Inheritance Hierarchy
SystemObject
  CMS.HelpersTextData

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public class TextData

The TextData type exposes the following members.

Constructors
  NameDescription
Public methodTextData
Constructor.
Top
Properties
  NameDescription
Public propertyItem
Index operation specification.
Public propertyLength
Length of stored string value.
Public propertyText
Relevant string value.
Top
See Also