StreamResponseExtensionsCreateCheckoutFileName Method DocuWare Platform .NET API
Creates a name of of the checkout file which contains the encoded document address.

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

C#
[DolphinAttribute]
public static string CreateCheckoutFileName(
	string fileName,
	string fileCabinetId,
	int docId
)

Parameters

fileName
Type: SystemString
Name of the file.
fileCabinetId
Type: SystemString
The file cabinet identifier.
docId
Type: SystemInt32
The document identifier.

Return Value

Type: String
A file name which contains the address of the document.
See Also

Reference