2.4.6.1 Data Structures
2.4.6.1 Data Structures
2.4.6.1.1 FTHFileSystemLogItemData
FTHFileSystemLogItemData
Contains data from the log record on the actions performed on files and folders
Data Type | Field Name | Description |
---|---|---|
int | FolderID | ID of a Folder for which log info is requested. Equals (-1) if information is requested for a File. |
int | FileID | ID of a File for which log info is requested. Equals (-1) if information is requested for a Folder. |
string | EmailAddress | Email address of a user who performed the action. |
int | Operation | Code of logged operation: |
string | OperationDescription | Description of operation: |
DateTime | DateLogged | Timestamp of the date/time the log was recorded |
string | IPAddress | IP address that performed the operation |
FTHUserData | UserInfo | Information on the user who had performed the operation, see data structure FTHUserData |