INamingContainer Members
Include Protected Members
Include Inherited Members
Defines how to map the external item to the URL used by the search system.
The INamingContainer type exposes the following members.
Properties
Name | Description | |
---|---|---|
PartitionId | Not implemented in this version. | |
PropertySet | Sets the crawled property category for the properties from the external content source. |
Top
Methods
Name | Description | |
---|---|---|
GetAccessUri(ILobSystem) | Maps the specified external system to the URL used by the search system. | |
GetAccessUri(ILobSystemInstance) | Maps the specified external system instance to the URL used by the search system. | |
GetAccessUri(IEntityInstance) | Maps the specified external item to the URL used by the search system. | |
GetAccessUri(IEntity, ILobSystemInstance) | Maps the specified external item and external system instance to the URL used by the search system. | |
GetAccessUri(IEntityInstance, IEntityInstance) | Maps the specified external item to the content item URL used by the search system. | |
GetDisplayUri(ILobSystem) | Maps the specified external system to the display URL used by the search system. | |
GetDisplayUri(ILobSystemInstance) | Maps the specified external system instance to the display URL used by the search system. | |
GetDisplayUri(IEntity, ILobSystemInstance) | Maps the specified external item and external system instance to the display URL used by the search system. | |
GetDisplayUri(IEntityInstance, IEntityInstance) | Maps the specified external item to the display URL used by the search system. | |
GetDisplayUri(IEntityInstance, String) | Maps the specified external item to the display URL used by the search system. | |
Initialize | Initializes the INamingContainer class. |
Top