ContentSourceCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of ContentSource objects.
The ContentSourceCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Capacity | Gets the maximum number of content sources 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 ID. | |
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 |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates a new content source in the collection. | |
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. |
Top