Class LockInfo
Define how a document will be locked
Inheritance
System.Object
    LockInfo
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class LockInfo
  Properties
Interval
Define the lifetime interval for the lock. This parameter contains a time interval specification in the form: [ws][-]{ d | [d.]hh:mm[:ss[.ff]] }[ws] Elements in square brackets ([ and ]) are optional. One selection from the list of alternatives enclosed in braces ({ and }) and separated by vertical bars (|) is required. For more details check http://msdn.microsoft.com/en-us/library/se73z7b9.aspx
Declaration
public string Interval { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Operation
Optional arbitrary string that define the purpose of the lock operation. Only one operation will successfully apply a lock on one document at same time.
Declaration
[Dolphin]
public string Operation { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |