Digimap CAF API
GetAddress Method (apiKey, cafID)
NamespacesCAF.API2ServiceGetAddress(String, Int32)
Retrieves the current version of an address by CAF ID
Declaration Syntax
public AddressView GetAddress(
	string apiKey,
	int cafID
)
Parameters
apiKey (String)
The API key provided with your CAF licence
cafID (Int32)
The CAF ID of the address
Return Value
An AddressView object which contains the requested CAF ID and the Address representing the current version of the specified address.
Remarks
Note that the CAF ID of the returned Address object is the CAF ID for the current version of the address, and may therefore be a higher number than the requested CAF ID. If the address is not found, the result is a null AddressView object.
See Also

Assembly: CAF (Module: CAF) Version: 1.0.0.0 (1.0.0.0)