Click or drag to resize
LoginInfo Class
Details abut user login
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientLoginInfo

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
public class LoginInfo

The LoginInfo type exposes the following members.

Constructors
  NameDescription
Public methodLoginInfo
Initializes a new instance of the LoginInfo class
Top
Properties
  NameDescription
Public propertyBookedLicense
License that is booked for the login
Public propertyPasswordExpireNotification
Define the period of time when password will expire. 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
Top
Remarks