Click or drag to resize
SecurityDebugStartSecurityOperation Method
Logs the security operation. Logs the security operation to the file and to current request log for debugging.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static DataRow StartSecurityOperation(
	string operation
)

Parameters

operation
Type: SystemString
Operation

Return Value

Type: DataRow
Returns the DataRow with new log item
See Also