IDocumentWebService GetDataSourcePathSegmentRules Method Ankiro Enterprise Suite Reference Documentation
Retrieves the data source rules for a specified path segment, as identified by the foreign id of the path segment.

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

IList<RuleData> GetDataSourcePathSegmentRules(
	int dataSourceId,
	string segmentForeignId
)

Parameters

dataSourceId
Type: System Int32
segmentForeignId
Type: System String

Return Value

Type: IList RuleData 
See Also