CustomConnector Members
Include Protected Members
Include Inherited Members
Allows SharePoint Server search to connect to and crawl custom content repositories that are not supported by Microsoft Business Connectivity Services (BCS).
The CustomConnector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CustomConnector(String) | This member is reserved for internal use and is not intended to be used directly from your code. | |
CustomConnector(String, String, String, SearchServiceApplication) | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
DisplayName | Gets the display name of the custom connector. | |
ModelFileLocation | Gets the file location of the model file, which contains details about an external system. | |
Protocol | Gets the protocol, which identifies the protocol handler that works with the external content source. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top