StreamResponseExtensionsDecodeCheckoutFileName Method DocuWare Platform .NET API
Strips the address of a checked out file from its name.

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

C#
[DolphinAttribute]
public static void DecodeCheckoutFileName(
	string encodedName,
	out string fileName,
	out string fileCabinetId,
	out int docId
)

Parameters

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

ExceptionCondition
ArgumentExceptionThe file name cannot be decoded by the checkin/checkout encoding/decoding rules.
See Also

Reference