Click or drag to resize
Infosoft Logo

IEditionServiceGetEditionsByTitleId Method

Gets the editions list by title code.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Titles
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
EditionLookupResponse GetEditionsByTitleId(
	EditionLookupRequest request
)

Parameters

request  EditionLookupRequest
The request having the title Id.

Return Value

EditionLookupResponse
EditionLookupResponse object having the list of Editions.
See Also