Click or drag to resize
Infosoft Logo

IVolumeServiceGetPreviousDistributionVolumeBeforeDate Method

Gets the previous distribution volume for a given title, before a given date.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Titles
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetDistributionVolumeResponse GetPreviousDistributionVolumeBeforeDate(
	GetDistributionVolumeBeforeDateRequest request
)

Parameters

request  GetDistributionVolumeBeforeDateRequest
A request object, containing a title object and a base date.

Return Value

GetDistributionVolumeResponse
A response object, containing a volume.
See Also