StreamResponseExtensions ClassDocuWare Platform .NET API
Some extensions for handling responses which can be stored as files.
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientStreamResponseExtensions

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

C#
public static class StreamResponseExtensions

The StreamResponseExtensions 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 memberCreateEasyCheckoutFileName
Creates the name of the easy-checkout file.
Public methodStatic memberDecodeCheckoutFileName
Strips the address of a checked out file from its name.
Public methodStatic memberEasyCheckInFromFileSystemAsync(ServiceConnection, FileInfo)
Checks the specified file in.
Public methodStatic memberEasyCheckInFromFileSystemAsync(ServiceConnection, FileInfo, CheckInActionParameters)
Checks the specified file in.
Public methodStatic memberEasyCheckOutToFileSystemAsync
Checks out the specified file and saves it to the file system asynchronously.
Public methodStatic memberMakeFileNameSane
Makes the file name sane.
Top
See Also

Reference