TokenDescription Lifetime Property DocuWare Platform .NET API
Lifetime of the token. After lifetime expires token cannot be used anyomre. 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

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

public string Lifetime { get; set; }

Property Value

Type: OnlineString
See Also