Click or drag to resize

DomainHelperCheckDomainsExistence Method

Checks the existence of passed domains.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public List<DomainStatus> CheckDomainsExistence(
	List<string> domainNames
)

Parameters

domainNames
Type: System.Collections.GenericListString
The domain names.

Return Value

Type: ListDomainStatus
List of DomainStatus objects, indicating whether domains exist or not.
See Also