[Missing <summary> documentation for "M:Lucene.Net.Index.IndexFileDeleter.Exists(System.String)"]

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public bool Exists(
	string fileName
)
Visual Basic
Public Function Exists ( _
	fileName As String _
) As Boolean
Visual C++
public:
bool Exists(
	String^ fileName
)

Parameters

fileName
Type: System..::..String

[Missing <param name="fileName"/> documentation for "M:Lucene.Net.Index.IndexFileDeleter.Exists(System.String)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.IndexFileDeleter.Exists(System.String)"]

See Also