Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax public EventLogData(
EventTypeEnum type,
string source,
string eventCode
)
Parameters
- type
- Type: CMS.CoreEventTypeEnum
The event type. - source
- Type: SystemString
Source of the event (Content, Administration, etc.) - eventCode
- Type: SystemString
Event code (UPDATEDOC, SENDEMAIL, DELETE, etc.)
Exceptions Exception | Condition |
---|
ArgumentException | source or eventCode is null or empty. |
See Also