IDocumentWebService GetDataSourcePathSegment Method Ankiro Enterprise Suite Reference Documentation
Retrieves a segment or a subtree of a data source path tree, as identified by the foreign id of the subtree to return.

Namespace: Ankiro.SearchServer.Web.Services
Assembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax

DataSourcePathSegmentData GetDataSourcePathSegment(
	int dataSourceId,
	string foreignId,
	bool includeChildren
)

Parameters

dataSourceId
Type: System Int32
The id of the data source.
foreignId
Type: System String
The foreign id of the pre-existing path segment to return.
includeChildren
Type: System Boolean
If true, the subtree is returned. Otherwise, only the specified path segment is returned.

Return Value

Type: DataSourcePathSegmentData
See Also