IndexingContextCommandDeletePathSegment Constructor (String, Nullable Boolean )Ankiro Enterprise Suite Reference Documentation
Initializes a new instance of the IndexingContextCommandDeletePathSegment 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 IndexingContextCommandDeletePathSegment(
	string pathSegmentForeignId,
	Nullable<bool> deleteOrphanedDocuments = null
)

Parameters

pathSegmentForeignId
Type: System String
deleteOrphanedDocuments (Optional)
Type: System Nullable Boolean 
See Also