Logs document action to the event log.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public void LogAction(
string eventCode,
string eventDescription,
bool logDocumentFieldChanges = true
)
Parameters
- eventCode
- Type: SystemString
Event code - eventDescription
- Type: SystemString
Event description - logDocumentFieldChanges (Optional)
- Type: SystemBoolean
Indicates if log should contain the changes to particular document document fields
See Also