Click or drag to resize
DocumentLockExtensions Class
Some extensions to lock documents.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientDocumentLockExtensions

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public static class DocumentLockExtensions
Methods
  NameDescription
Public methodStatic memberLockAsync(Document, String, Int32)
Locks this instance and returns a DocumentLock object which can be used to unlock this document later.
Public methodStatic memberLockAsync(Document, ActionException, String, Int32)
Locks this instance and returns a DocumentLock object which can be used to unlock this document later.
Top
See Also