SecurityDebugFinishSecurityOperation Method |
Sets the log item result.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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