DocumentTask.TaskServer.TaskServerAccess Class
Assembly: PIX.dll
Server access settings for the task.
Inheritance
-
System.Object
- DocumentTask.TaskServer.TaskServerAccess
Syntax
public class TaskServerAccessProperties
| Name | Description |
|---|---|
| DocumentTimeout |
Number of minutes after last registered activity until the document is unloaded from memory. |
| Download |
The level of download access. |
| DownloadUsers |
If DownloadAccess is set to Restricted, this list contains the users who are allowed to download the document. |
| EnableSessionCollaboration |
If session collaboration is allowed. |
| Export |
The level of export access. |
| ExportUsers |
If ExportAccess is set to Restricted, this list contains the users who are allowed to export the document. |
| MaxConcurrentSessions |
The allowed number of open sessions for this document concurrently. Negative number == unlimited |
| Methods |
The method for accessing this document. |
| SessionTimeout |
Time of inactivity in seconds until the server can close the session. |
| ZeroFootprintClientURL |
The URL of the AJAX zero-footprint client. |