Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ChildDocument.Location Property

Gets or sets the location of the child document.

public string Location {get; set;}

Remarks

The location is the string used to retrieve the document in IDocumentProvider.AttachToDocument. For example, this could be a UNC path for a file crawler, or a concatenation of database, table, and primary key for a database crawler, separated by a developer-chosen delimiter. The location string would then be parsed as required in the developer's implementation of the IDocumentProvider.AttachToDocument method. Keep in mind that IDocumentProvider does not have access to CrawlInfo, so any crawler values required in IDocumentProvider.AttachToDocument should be added to the location string to be parsed in that method.

See Also

ChildDocument Class | Plumtree.Remote.Crawler Namespace | AttachToDocument