Click or drag to resize
SecurityDebugSetLogItemImportant Method
Sets the log item as important one

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void SetLogItemImportant(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Security log item
See Also