CMSListT Class |
Note: This API is now obsolete.
Namespace: CMS.Base
[SerializableAttribute] [ObsoleteAttribute("Use .NET collections instead")] public class CMSList<T> : List<T>
The CMSListT type exposes the following members.
Name | Description | |
---|---|---|
![]() | CMSListT(Boolean, Boolean) |
Constructor.
|
![]() | CMSListT(SerializationInfo, StreamingContext) |
Constructor for de-serialization.
|
![]() | CMSListT(String, Char, StringSplitOptions, Boolean, Boolean) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | CaseSensitive |
Indicates if list is case sensitive for string items
|
![]() | CheckUnique |
Indicates if list checks uniqueness
|
Name | Description | |
---|---|---|
![]() | Add(T) |
Adds an object to the end of the list.
|
![]() | Add(T) |
Adds an objects to the end of the list.
|
![]() | Contains |
Determines whether an element is in the list.
|
![]() | GetObjectData |
Object serialization.
|