NavigatorWebService GetFunctionInfoXml Method Navigator Web Services Developer Documentation
This function will provide information relating to a Navigator RPC, a list of functions can be obtained using the GetApiAlive function

Namespace: DmsNavigator
Assembly: DmsNavigator (in DmsNavigator.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax

public FunctionInfo GetFunctionInfoXml(
	string data
)

Parameters

data
Type: OnlineSystem String
URL that contains the API key and functions name (returned via GetApiAlive)

Return Value

Type: FunctionInfo
XML string representation of the FunctionInfo class

Implements

INavigatorWebService GetFunctionInfoXml(String)
See Also