Click or drag to resize
EasyCheckoutCheckinExtensionsBase Class
Some extensions for handling responses which can be stored as files.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientEasyCheckoutCheckinExtensionsBase

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
public static class EasyCheckoutCheckinExtensionsBase

The EasyCheckoutCheckinExtensionsBase type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateEasyCheckoutFileName
Creates the name of the easy-checkout file.
Public methodStatic memberEasyCheckInFromFileSystemAsync(ServiceConnection, IFileUploadInfo)
Checks the specified file in.
Public methodStatic memberEasyCheckInFromFileSystemAsync(ServiceConnection, IFileUploadInfo, CheckInActionParameters)
Checks the specified file in.
Public methodStatic memberEasyCheckOutToFileSystemAsync
Checks out the specified file and saves it to the file system asynchronously.
Top
See Also