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
Public method ContentDeploymentPathCollection Constructs a new Content Deployment Path Collection object.

Top

Properties

  Name Description
Public property Count Gets the number of items in the collection. (Inherited from CollectionBase<T>.)
Public property IsSynchronized Returns whether the collection is synchronized. (Inherited from CollectionBase<T>.)
Public property Item[Int32] Gets the item at the specified index. (Inherited from CollectionBase<T>.)
Public property Item[String] This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ListItemBasedCollection<T>.)
Public property SyncRoot Returns the object that can be used to synchronize access to this collection. (Inherited from CollectionBase<T>.)

Top

Methods

  Name Description
Public method Add This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ListItemBasedCollection<T>.)
Public method CopyTo(Array, Int32) Copies the internal collection to the specified array, starting at the specified index. (Inherited from CollectionBase<T>.)
Public method CopyTo([], Int32) Copies the internal collection to the given array starting at the specified index. (Inherited from ListItemBasedReadOnlyCollection<T>.)
Public method Delete This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ListItemBasedCollection<T>.)
Public method DeleteById This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ListItemBasedCollection<T>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns a generic enumerator that can iterate through this generic CollectionBase instance. (Inherited from CollectionBase<T>.)
Public method GetHashCode (Inherited from Object.)
Public method GetItemById This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ListItemBasedCollection<T>.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from CollectionBase<T>.)

Top

See Also

Reference

ContentDeploymentPathCollection Class

Microsoft.SharePoint.Publishing.Administration Namespace