Method to convert the commandResult to an IIndexProvider

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public static IIndexProvider GetIIndexProvider(
	Object commandResult
)
Visual Basic (Declaration)
Public Shared Function GetIIndexProvider ( _
	commandResult As Object _
) As IIndexProvider
Visual C++
public:
static IIndexProvider^ GetIIndexProvider(
	Object^ commandResult
)

Parameters

commandResult
Type: System..::.Object

Return Value

See Also