Click or drag to resize
SearchIndexProviderGetWriter Method
Returns IndexWriter object with dependence on current index.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public IIndexWriter GetWriter(
	bool create
)

Parameters

create
Type: SystemBoolean
Indicates whether index should be created

Return Value

Type: IIndexWriter
See Also