Click or drag to resize
SecurityDebugFinishSecurityOperation Method
Sets the log item result.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void FinishSecurityOperation(
	DataRow dr,
	string userName,
	string resource,
	string name,
	Object result,
	string siteName
)

Parameters

dr
Type: System.DataDataRow
Security log item
userName
Type: SystemString
User name
resource
Type: SystemString
Resource or class name
name
Type: SystemString
Permission or UI element name
result
Type: SystemObject
Result of the check
siteName
Type: SystemString
Site name
See Also