NavigatorWebService GetExpiryDateXml Method Navigator Web Services Developer Documentation
This function will return Start and End dates of any given ApiKey

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

public ApiExiryInfo GetExpiryDateXml(
	string apikey
)

Return Value

Type: ApiExiryInfo
XML string representation of the ApiExiryInfo class

Implements

INavigatorWebService GetExpiryDateXml(String)
See Also