IndexingContextCommandPrunePathSegmentDocuments Constructor (DataSourcePathSegmentData, IEnumerable String )Ankiro Enterprise Suite Reference Documentation
Initializes a new instance of the IndexingContextCommandPrunePathSegmentDocuments class

Namespace: Ankiro.SearchServer.Data.IndexingContext
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public IndexingContextCommandPrunePathSegmentDocuments(
	DataSourcePathSegmentData segment,
	IEnumerable<string> documentNames
)

Parameters

segment
Type: Ankiro.SearchServer.Data DataSourcePathSegmentData
documentNames
Type: System.Collections.Generic IEnumerable String 
See Also