ContentDeploymentPathCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of Content Deployment Path objects.
The ContentDeploymentPathCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContentDeploymentPathCollection | Initializes a new instance of a ContentDeploymentPathCollection object. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. (Inherited from CollectionBase<T>.) | |
IsSynchronized | Gets whether the collection is synchronized. (Inherited from CollectionBase<T>.) | |
Item[Int32] | Gets the item at the specified index. (Inherited from CollectionBase<T>.) | |
Item[String] | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ListItemBasedCollection<T>.) | |
MaxNumberItemsExceededErrorMsg | Indicates that the maximum number of items has been exceeded. (Overrides ListItemBasedCollection<T>.MaxNumberItemsExceededErrorMsg.) | |
SyncRoot | Gets the object that can be used to synchronize access to this collection. (Inherited from CollectionBase<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ListItemBasedCollection<T>.) | |
CopyTo(Array, Int32) | Copies the internal collection to the specified array, starting at the specified index. (Inherited from CollectionBase<T>.) | |
CopyTo([], Int32) | Copies the internal collection to the given array starting at the specified index. (Inherited from ListItemBasedReadOnlyCollection<T>.) | |
Delete | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ListItemBasedCollection<T>.) | |
DeleteById | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ListItemBasedCollection<T>.) | |
EnsureItemsLimit | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ListItemBasedCollection<T>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns a generic enumerator that can iterate through this generic CollectionBase instance. (Inherited from CollectionBase<T>.) | |
GetHashCode | (Inherited from Object.) | |
GetItemById | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ListItemBasedCollection<T>.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets an enumerator that can iterate through the CollectionBase. (Inherited from CollectionBase<T>.) |
Top