event
- Description:
Process triggers only
Gives access to information about the current event. Accessed via the global variable
event. This variable is only available when the script has been invoked by a process trigger.
Properties
| Property | Type | Description |
|---|---|---|
| clientIP | String | IP of the client (if any) making the request that triggered the event. |
| fileName | String | Name of the file that the event was triggered on. |
| filePath | String | Virtual file-system path of the file that the event was triggered on (same as virtualPath). |
| folderPath | String | Virtual file-system path of the parent folder containing the file or folder that the event was triggered on (same as virtualFolder). |
| loginEmail | String | Email of the user making the request. |
| loginFullName | String | Full name of the user making the request. |
| loginUserName | String | User-name of the user making the request. |
| ownerEmail | String | Email of the user that is the owner of the folder in which the event was triggered. |
| ownerFullName | String | Full name of the user that is the owner of the folder in which the event was triggered. |
| ownerUserName | String | User-name of the user that is the owner of the folder in which the event was triggered. |
| processRule | String | Name of the process trigger being triggered. |
| protocol | String | Protocol via which the request was made. |
| serverName | String | Name of the server to whicht the request was made. |
| siteName | String | Name of the site to whicht the request was made. |
| time | Date | Time at which the request. |
| transferStatus | String | Transfer status of the request. |
| type | String | Type of the process trigger event (e. |
| virtualFolder | String | Virtual file-system path of the parent folder containing the file or folder that the event was triggered on (same as folderPath). |
| virtualPath | String | Virtual file-system path of the file that the event was triggered on (same as filePath). |
| windowsFileName | String | Windows file-name of the file or folder that the event was triggered on (usually the same as fileName). |
| windowsFolder | String | Windows path of the parent folder containing the file or folder that the event was triggered on. |
| windowsPath | String | Windows path of the file that the event was triggered on (usually the same as virtualPath). |
Property Details
(static) clientIP :String
- Description:
IP of the client (if any) making the request that triggered the event.
IP of the client (if any) making the request that triggered the event.
Type:
- String
(static) fileName :String
- Description:
Name of the file that the event was triggered on.
Name of the file that the event was triggered on.
Type:
- String
(static) filePath :String
- Description:
Virtual file-system path of the file that the event was triggered on (same as virtualPath).
Virtual file-system path of the file that the event was triggered on (same as virtualPath).
Type:
- String
(static) folderPath :String
- Description:
Virtual file-system path of the parent folder containing the file or folder that the event was triggered on (same as virtualFolder).
Virtual file-system path of the parent folder containing the file or folder that the event was triggered on (same as virtualFolder).
Type:
- String
(static) loginEmail :String
- Description:
Email of the user making the request.
Email of the user making the request.
Type:
- String
(static) loginFullName :String
- Description:
Full name of the user making the request.
Full name of the user making the request.
Type:
- String
(static) loginUserName :String
- Description:
User-name of the user making the request.
User-name of the user making the request.
Type:
- String
(static) ownerEmail :String
- Description:
Email of the user that is the owner of the folder in which the event was triggered.
Email of the user that is the owner of the folder in which the event was triggered.
Type:
- String
(static) ownerFullName :String
- Description:
Full name of the user that is the owner of the folder in which the event was triggered.
Full name of the user that is the owner of the folder in which the event was triggered.
Type:
- String
(static) ownerUserName :String
- Description:
User-name of the user that is the owner of the folder in which the event was triggered.
User-name of the user that is the owner of the folder in which the event was triggered.
Type:
- String
(static) processRule :String
- Description:
Name of the process trigger being triggered.
Name of the process trigger being triggered.
Type:
- String
(static) protocol :String
- Description:
Protocol via which the request was made.
Protocol via which the request was made.
Type:
- String
(static) serverName :String
- Description:
Name of the server to whicht the request was made.
Name of the server to whicht the request was made.
Type:
- String
(static) siteName :String
- Description:
Name of the site to whicht the request was made.
Name of the site to whicht the request was made.
Type:
- String
(static) time :Date
- Description:
Time at which the request. was made.
Time at which the request. was made.
Type:
- Date
(static) transferStatus :String
- Description:
Transfer status of the request.
Transfer status of the request.
Type:
- String
(static) type :String
- Description:
Type of the process trigger event (e.g. UploadFile or SiteStart).
Type of the process trigger event (e.g. UploadFile or SiteStart).
Type:
- String
(static) virtualFolder :String
- Description:
Virtual file-system path of the parent folder containing the file or folder that the event was triggered on (same as folderPath).
Virtual file-system path of the parent folder containing the file or folder that the event was triggered on (same as folderPath).
Type:
- String
(static) virtualPath :String
- Description:
Virtual file-system path of the file that the event was triggered on (same as filePath).
Virtual file-system path of the file that the event was triggered on (same as filePath).
Type:
- String
(static) windowsFileName :String
- Description:
Windows file-name of the file or folder that the event was triggered on (usually the same as fileName).
Windows file-name of the file or folder that the event was triggered on (usually the same as fileName).
Type:
- String
(static) windowsFolder :String
- Description:
Windows path of the parent folder containing the file or folder that the event was triggered on.
Windows path of the parent folder containing the file or folder that the event was triggered on.
Type:
- String
(static) windowsPath :String
- Description:
Windows path of the file that the event was triggered on (usually the same as virtualPath).
Windows path of the file that the event was triggered on (usually the same as virtualPath).
Type:
- String