LockInfo ClassDocuWare Platform .NET API
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientLockInfo

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

C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class LockInfo

The LockInfo type exposes the following members.

Constructors

  NameDescription
Public methodLockInfo
Initializes a new instance of the LockInfo class
Top
Properties

  NameDescription
Public propertyInterval
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
Public propertyOperation
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.
Top
Remarks

See Also

Reference