INavigatorWebService GetFunctionInfoXml Method Navigator Web Services Developer Documentation
Same as GetFuncionInfo but returning an XML payload as an alternative.

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

FunctionInfo GetFunctionInfoXml(
	string data
)

Parameters

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

Return Value

Type: FunctionInfo
XML string representation of the FunctionInfo class.
See Also