ContentSourceCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of ContentSource objects.

The ContentSourceCollection type exposes the following members.

Properties

  Name Description
Public propertyStatic member Capacity Gets the maximum number of content sources allowed.
Public property Count Gets the number of ContentSource objects in the collection.
Public property Item[Int32] Gets the specified content source from the collection of content sources based on the specified content source ID.
Public property Item[String] Gets the specified content source from the collection of content sources based on the content source name that is specified.
Public property Parent Gets the parent Content object for the content source collection.
Public property Tag

Top

Methods

  Name Description
Public method Create Creates a new content source in the collection.
Public method Equals (Inherited from Object.)
Public method Exists(Int32) Returns a Boolean value that indicates whether the specified content source exists in the collection.
Public method Exists(String) Returns a Boolean value that indicates whether the specified content source exists in the collection.
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the content sources in the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Update Updates a content source collection with the specified changes.

Top

See Also

Reference

ContentSourceCollection Class

Microsoft.Office.Server.Search.Administration Namespace