Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IRemoteDocument.GetLocation Method 

Gets the location string of this document.

string GetLocation();

Return Value

The document's location.

Remarks

The location string is the string used by the data source to locate the document, which differs depending on the type of crawler used to import the document. In the case of the file crawer this could be a UNC path, whereas for a web crawler it could be the URL to the document, etc.

See Also

IRemoteDocument Interface | Plumtree.Remote.PRC Namespace