Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
A ContentItemCollection represents a set of rows in a ContentList.
The ContentItemCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CheckState | Verifies that the object has not already been disposed. |
![]() |
CopyTo | Copies all dictionary objects in the ContentItemCollection to a compatible one-dimensional array starting at the specified index of the target array. |
![]() |
Dispose | Overloaded. Use this method to release resources by the ContentItemCollection object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Retrieves an enumerator that can iterate through the current instance. |
![]() |
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 ContentItemCollection collection. |
![]() |
IsSynchronized | Gets a value indicating whether access to the current ContentItemCollection is synchronized (thread-safe). |
![]() |
Item | Gets the content item from the current collection, based upon the specified identifier. |
![]() |
SyncRoot | Gets the object used to synchronize access to the ContentItemCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection..::.CopyTo |
Top