Class RequestStartHistoryStep
A history step for trigger a request.
Inheritance
System.Object
RequestStartHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class RequestStartHistoryStep : object
Properties
RequestText
Request text.
Declaration
public string RequestText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Title of the request.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Name of the user who triggered the request.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |