Previous Topic: GetDistributionContainerNext Topic: GetDistributionContainerOrder


GetDistributionContainerDistributionDomains

The GetDistributionContainersDistributionDomains method retrieves the distribution domains targeted by the distribution container.

Parameters

xsd:string sessionId (m)

Specifies the session id obtained from the login to the web service.

xsd: long listHandle (m)

A numeric handle to a list as returned by a previous call to OpenDistributionContainerDistributionDomainList.

xsd: long fromIndex (m)

A numeric index from where the 'noOfDistributionDomains' is read. If it is less than or equal to zero (0), 'noOfDistributionDomains' is read from previous index location (fromIndex + noOfDistributionDomains supplied in previous call to same Get method).
Note: If fromIndex is supplied as less than zero (0), it is considered as zero (0).

xsd:long noOfDistributionDomains (m)

The total number of distribution domains to get from the list. This should be less than or equal to the total number in the list as returned by a previous call to OpenDistributionContainerDistributionDomainList.

Return Values

ArrayOfDistributionDomainProperties arrayOfDistributionDomainProperties

An array of DistributionDomainProperties - one for each distribution domain requested from the list.

Remarks

None

More information:

DistributionDomainProperties