Template - addEventLogPart
Template - addEventLogPart
Description :
This command adds a particular event log to an existing template. This command returns a handle to the updated template. Note that this handle is different from any previously returned handles. All other handles are invalid.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
templateKey | DBKey | Handle to the existing template to which you want to add the event log. |
assetPath | String | Name of the local group. |
bEventLogMaxSize | Boolean | Audit option for event log max size. True to turn option on, false otherwise. |
bEventLogRestrictGuestAccess | Boolean | Audit option for event log restrict guest access (whether guest accounts are allowed to access event logs). True to turn option on, false otherwise. |
bEventLogRetention | Boolean | Audit option for event log retention (the amount of time event logs are kept). True to turn option on, false otherwise. |
Example
See the example for addFilePart .