Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ISearchRecord.OpenDocumentURL Property

Gets or sets the open document URL for the record, used to click through to the document.

string OpenDocumentURL {get; set;}

Remarks

The open document URL should be unescaped, for example, "http://www.yahoo.com?d=SUNW&t=d" NOT "http://www.yahoo.com?d=SUNW&t=d" The portal creates a link to the search record using the title and OpenDocumentURL.

See Also

ISearchRecord Interface | Plumtree.Remote.Search Namespace