ContentSourceCollection members
SharePoint 2013
Represents a collection of ContentSource objects.
The ContentSourceCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Capacity | Gets the maximum number of content sources that are allowed. |
|
Count | Gets the number of ContentSource objects in the collection. |
|
Item[Int32] | Gets the specified content source from the collection of content sources based on the specified content source identifier. |
|
Item[String] | Gets the specified content source from the collection of content sources based on the content source name that is specified. |
|
Parent | Gets the parent Content object for the content source collection. |
|
Tag | Gets or sets the Tagon the ContentSourceCollection object. |
| Name | Description | |
|---|---|---|
|
Create(Type, String) | Creates a content source in the collection. |
|
Create(Type, SharePointCrawlBehavior, String) | Adds a new content source. |
|
Equals | (Inherited from Object.) |
|
Exists(Int32) | Returns a Boolean value that indicates whether the specified content source exists in the collection. |
|
Exists(String) | Returns a Boolean value that indicates whether the specified content source exists in the collection. |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | Returns an enumerator that iterates through the content sources in the collection. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
|
Update | Updates a content source collection with the specified changes. |
Show: