PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Adds a correlated audit event, likely to be completed with one or more audit objects.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static long AddCorrelatedEvent(
	string correlationID
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function AddCorrelatedEvent ( _
	correlationID As  _
) As Long

Parameters

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

Returns the number of the created audit event. This number can be used to add audit objects to the audit event.

See Also

Advanced