Class DialogPropertiesTaskList
Dialog properties specific for Task lists
Inherited Members
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DialogPropertiesTaskList : DialogPropertiesResultList
Constructors
DialogPropertiesTaskList()
Creates a new instance of this class
Declaration
public DialogPropertiesTaskList()
Properties
AutoRefresh
Determines whether the task list is automatically refreshed.
Declaration
public bool AutoRefresh { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AutoRefreshPeriod
Determines the refresh period if the task list is automatically refreshed.
Declaration
public int AutoRefreshPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AutoRefreshPeriodSpecified
Declaration
public bool AutoRefreshPeriodSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Conditions
The search conditions of the dialog.
Declaration
public DialogExpression Conditions { get; set; }
Property Value
Type | Description |
---|---|
DialogExpression |
ConditionString
The search conditions of the dialog as string.
Declaration
public string ConditionString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Private
Determines whether the task list is private for the user that created it (by user defined search)
Declaration
public bool Private { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |