Click or drag to resize
FileNameExtensionsCreateCheckoutFileName Method
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.7 [UNOFFICIAL BUILD]
Syntax
C#
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