Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceUpdateAddressVisibility Method

Updates the visibility on a delivery address with the given ID.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebAddress UpdateAddressVisibility(
	int addressId,
	bool visible
)

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

InfoWebAddress
The method returns the updated InfoWebAddress object reflecting the new visibility property.
See Also