Click or drag to resize
FileNameExtensionsTryDecodeCheckoutFileName Method
Tries decode the file name of a checkout file.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public static bool TryDecodeCheckoutFileName(
	string encodedName,
	out string fileName,
	out string fileCabinetId,
	out int docId
)

Parameters

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

Return Value

Type: Boolean
True if the file name could be decoded. In this case the decoded parts of the file name is in the out parameters.
See Also