Class StopHistoryStep
A history step for Stop workflow operation.
Inheritance
System.Object
StopHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class StopHistoryStep : object
Properties
DocumentUserVersion
Document user version when the instance is stopped.
Declaration
public string DocumentUserVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Name of the user who stopped the instance.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |