Click or drag to resize
FileNameExtensions Class
A class to handle file name encoding
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientFileNameExtensions

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public static class FileNameExtensions

The FileNameExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateCheckoutFileName
Creates a name of of the checkout file which contains the encoded document address.
Public methodStatic memberDecodeCheckoutFileName
Strips the address of a checked out file from its name.
Public methodStatic memberMakeFileNameSane
Makes the file name sane.
Public methodStatic memberTryDecodeCheckoutFileName
Tries decode the file name of a checkout file.
Top
See Also