|
ISubscriptionServiceIsAddressValidForSubscription Method |
Is address valid for subscription.
Namespace: Infosoft.Common.Contracts.ServiceContracts.SubscriptionsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax bool IsAddressValidForSubscription(
int addressId,
int titleId
)
No code example is currently available or this language may not be supported.
Parameters
- addressId Int32
- Identifier for the address.
- titleId Int32
- Identifier for the title.
Return Value
Boolean True if address is valid for subscription, false if not.
See Also