IDocumentWebService SetDataSourcePathSegmentRules Method Ankiro Enterprise Suite Reference Documentation
Replaces 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> SetDataSourcePathSegmentRules(
	int dataSourceId,
	string segmentForeignId,
	IList<RuleData> rules
)

Parameters

dataSourceId
Type: System Int32
segmentForeignId
Type: System String
rules
Type: System.Collections.Generic IList RuleData 

Return Value

Type: IList RuleData 
See Also