Click or drag to resize

SystemFunctionType Enumeration

The System Function Type. Declares a set of types that refer to some area of system functionality that can have a specific datasource. Use GetSystemFunctionDatasource to get the database object for a specific syustem function such as request logging, auditing, task logging

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum SystemFunctionType
Members
  Member nameValueDescription
RequestLog1 Datasource for Request Logging (system table, xot_request_log).
Audit2 Datasource for Audit (system table, xot_audit_readable)
TaskLog3 Datasource for Task Logging (system table, xot_task_log)
ViewState4 Datasource for Task Logging (system table, xot_view_state)
QuickLink5 Datasource for Quick Link URL's (system table, xot_url)
AccountLog6 Datasource for Account Log (system table, xot_account_log)
Journal7 Datasource for User Login Tracking (system table, xot_journal)
FieldTruncateLog8 Datasource for Field truncate Logging (system table, xot_field_trunc_log)
FailedSQLLog9 Datasource for failed SQL Logging (system table, xot_failed_sql_log)
ExportAudit10 Datasource for Export Auditing (system table, xot_audit_readable)
TaskHistoryLog11 Datasource for Task History Log (system table, xot_task_history)
FailedImportItemLog12 Datasource for failed import item logging (system table, xot_failed_import_item_log).
See Also