StreamResponseExtensionsCreateEasyCheckoutFileName Method DocuWare Platform .NET API
Creates the name of the easy-checkout file.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[DolphinAttribute]
public static string CreateEasyCheckoutFileName(
	DeserializedHttpResponse<Stream> checkoutResponse,
	string fileCabinetId,
	int docId
)

Parameters

checkoutResponse
Type: DocuWare.Services.HttpDeserializedHttpResponseStream
The checkout operation response.
fileCabinetId
Type: SystemString
The file cabinet identifier.
docId
Type: SystemInt32
The document identifier.

Return Value

Type: String
The file name which contains all information encoded in order to check in the file again.
See Also

Reference