C# 클래스 Glyma.SharePoint.Search.GlymaLobUri

Defines how to map the content item URL passed from the search system to the external system object for Glyma.
상속: LobUri
파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
GlymaLobUri ( ) : System
Initialize ( Microsoft context ) : void

Initialises the class to map the content item URL.

The following URL's are supported: glyma://[Repository Name] - Defines a crawl start address for a Glyma repository defined in the BCS model file. glyma://[Repository Name]/[Domain Guid] - Defines a crawl start adddress for the specified domain in a Glyma repository. glyma://[Repository Name]/[Domain GUID]/[Root Map GUID]/[Parent Map GUID]/[Node GUID]/ - Defines the URL for a Glyma Map. glyma://[Repository Name]/[Domain GUID]/[Root Map GUID]/[Parent Map GUID]/[Node GUID] - Defines the URL for a Glyma Node.

메소드 상세

GlymaLobUri() 공개 메소드

public GlymaLobUri ( ) : System
리턴 System

Initialize() 공개 메소드

Initialises the class to map the content item URL.
The following URL's are supported: glyma://[Repository Name] - Defines a crawl start address for a Glyma repository defined in the BCS model file. glyma://[Repository Name]/[Domain Guid] - Defines a crawl start adddress for the specified domain in a Glyma repository. glyma://[Repository Name]/[Domain GUID]/[Root Map GUID]/[Parent Map GUID]/[Node GUID]/ - Defines the URL for a Glyma Map. glyma://[Repository Name]/[Domain GUID]/[Root Map GUID]/[Parent Map GUID]/[Node GUID] - Defines the URL for a Glyma Node.
public Initialize ( Microsoft context ) : void
context Microsoft An IConnectionContext object that contains the content item URL to map.
리턴 void