Gets the index path for the specified domain.

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

Syntax

C#
string GetIndexPath(
	string domain
)
Visual Basic
Function GetIndexPath ( _
	domain As String _
) As String
Visual C++
String^ GetIndexPath(
	String^ domain
)

Parameters

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

Return Value

See Also