Class EventHistoryStep
A history step for Event activity.
Inheritance
System.Object
EventHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class EventHistoryStep : object
Properties
DocId
Document Id that caused the event activity to trigger.
Declaration
public string DocId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FCName
Name of the file cabinet in which the event activity waits in.
Declaration
public string FCName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Status of the event activity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |