PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Adds a correlated audit event, likely to be completed with one or more audit objects.
Syntax
Smartsite SXML | Copy Code |
---|---|
T:System.Int64 audit.addcorrelatedevent(string correlationID) |
Parameters
Name | Data Type | Description |
---|---|---|
correlationID | String | I: Correlation identifier. The string must represent a guid, for example "{1488F624-1B2E-4092-AEE5-E2422F35D27F}". Accepted formats include an identifier without { and }, and/or without dashes. The identifier is case insensitive. |
Return Value
Data Type | Description |
---|---|
T:System.Int64 | Returns the number of the created audit event. This number can be used to add audit objects to the audit event. |