Class CreatedInfo
Info about creation of item.
Inheritance
System.Object
CreatedInfo
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CreatedInfo : object
Properties
Time
Timestamp when this item was created.
Declaration
public System.DateTime Time { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
User
Id of the user who created this item.
Declaration
public string User { get; set; }
Property Value
Type | Description |
---|---|
System.String |