Click or drag to resize

IBookingAuthenticateWcfServiceGetCustomerDocument Method

Returns one or more base 64 encoded documents based on the supplied correspondence ID.

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IList<EncodedDocumentWeb> GetCustomerDocument(
	GetCustomerDocumentCriteria criteria
)

Parameters

criteria
Type: GetCustomerDocumentCriteria

[Missing <param name="criteria"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.GetCustomerDocument(Tse.EasyBook.Server.DataContracts.GetCustomerDocumentCriteria)"]

Return Value

Type: IListEncodedDocumentWeb

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingAuthenticateWcfService.GetCustomerDocument(Tse.EasyBook.Server.DataContracts.GetCustomerDocumentCriteria)"]

See Also