SiteTermElementCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Abstraction for the SiteTermElement objects collection. Represents a collection of site term elements. This class cannot be inherited.
The SiteTermElementCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
CopyTo | Copies the contents of the SiteTermElementCollection to a compatible one-dimensional array starting at the specified index of the target array. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator to iterate through the current SiteTermElementCollection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the count of the number of elements in the SiteTermElementCollection collection. | |
IsSynchronized | Gets a value indicating whether access to the current SiteTermElementCollection is synchronized (thread-safe). | |
Item | Gets a SiteTermElement from the current collection, based upon the specified name. | |
SyncRoot | Gets the object used to synchronize access to the SiteTermElementCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo |
Top