Click or drag to resize
TreeNodeLogAction Method
Logs document action to the event log.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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