Click or drag to resize
CMSListT Class

Note: This API is now obsolete.

Class for advanced generic list.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListT
    CMS.BaseCMSListT

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
[ObsoleteAttribute("Use .NET collections instead")]
public class CMSList<T> : List<T>

Type Parameters

T

The CMSListT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCaseSensitive
Indicates if list is case sensitive for string items
Public propertyCheckUnique
Indicates if list checks uniqueness
Top
Methods
  NameDescription
Public methodAdd(T)
Adds an object to the end of the list.
Public methodAdd(T)
Adds an objects to the end of the list.
Public methodContains
Determines whether an element is in the list.
Public methodGetObjectData
Object serialization.
Top
See Also