| SearchIndexProviderGetWriter Method  | 
            Returns IndexWriter object with dependence on current index.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxpublic IIndexWriter GetWriter(
	bool create
)
Parameters
- create
 - Type: SystemBoolean
Indicates whether index should be created 
Return Value
Type: 
IIndexWriter
See Also