Gets the index path for the specified domain.

Namespace: Simol.Indexing
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public string GetIndexPath(
	string domain
)
Visual Basic
Public Function GetIndexPath ( _
	domain As String _
) As String
Visual C++
public:
virtual String^ GetIndexPath(
	String^ domain
) sealed

Parameters

domain
Type: System..::..String
The domain.

Return Value

Implements

IIndexer..::..GetIndexPath(String)

See Also