ContentSource Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ContentSource class.
Overload List
Name | Description | |
---|---|---|
ContentSource() | Initializes a new instance of the ContentSource class. Do not use this method to create a content source. Instead, use the Create method of the ContentSourceCollection class. | |
ContentSource(ContentSourceCollection, String) | Initializes a new instance of the ContentSource class. Do not use this method to create a content source. Instead, use the Create() method of the ContentSourceCollection class. |
Top