|
InfoWebXMLWebServiceUpdateAddressVisibility Method |
Updates the visibility on a delivery address with the given ID.
Namespace: Infosoft.WebservicesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- addressId Int32
- The id for the address to be updated. This ID is retrieved from an instance of InfoWebAddress which can be obtained via GetAllDeliveryAddresses(Int32, String) or similar methods.
- visible Boolean
- True if the address shall be visible, false if it shall not.
Return Value
InfoWebAddressThe method returns the updated InfoWebAddress object reflecting the new visibility property.
See Also