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.ServicesAssembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax
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: DataSourcePathSegmentDataSee Also