Click or drag to resize
CreatedInfo Class
Info about creation of item.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientCreatedInfo

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 CreatedInfo

The CreatedInfo type exposes the following members.

Constructors
  NameDescription
Public methodCreatedInfo
Initializes a new instance of the CreatedInfo class
Top
Properties
  NameDescription
Public propertyTime
Timestamp when this item was created.
Public propertyUser
Id of the user who created this item.
Top
Remarks