Class RequestEndHistoryStep
A history step for finish a request.
Inheritance
System.Object
RequestEndHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class RequestEndHistoryStep : object
Properties
DocumentDeleted
Tells if the workflow has finished due to a deleted document.
Declaration
public bool DocumentDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UserName
Name of the user who finish the request.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |