Click or drag to resize

DataObjectControllerCheckActiveUserPermissions Method

Overload List
  NameDescription
Public methodCheckActiveUserPermissions(IEnumerableInt32, PermissionFlags)
Public methodCheckActiveUserPermissions(Int32, PermissionFlags)
Returns whether the active user has a specified set of permissions to a number of specified data objects. The method only returns true if the active user has the specified set of permissions to ALL of the specified data objects. The method inspects the DOSM and any Access Modifier that applies to the data objects. If the active user is the SYSTEM user the method always returns true. Also, if the method is executed inside a SecurityOverrideContext it returns true. The active user's auth level is considered.
Public methodStatic memberCheckActiveUserPermissions(IEnumerableInt32, PermissionFlags, SqlConnection, SqlTransaction) Obsolete.
Public methodStatic memberCheckActiveUserPermissions(Int32, PermissionFlags, SqlConnection, SqlTransaction) Obsolete.
Returns whether the active user has a specified set of permissions to the specified data object. The method inspects the DOSM and any Access Modifier that applies to the data object. If the active user is the SYSTEM user the method always returns true. Also, if the method is executed inside a SecurityOverrideContext it returns true. The active user's auth level is considered.
Top
See Also