Click or drag to resize

IDatabaseRepositoryCheckAuthorization Method (IFolder, String, Int32)

Checks if the user has the required authorization level for the folder and otherwise throws an exception.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void CheckAuthorization(
	IFolder pFolder,
	string userName,
	int authLevelRequired
)

Parameters

pFolder
Type: PDTec.IceNet.Core.ModelIFolder
The folder.
userName
Type: SystemString
The user name.
authLevelRequired
Type: SystemInt32
The required authorization level.
Exceptions
ExceptionCondition
FolderAuthorizationExceptionThrown when the user does not have the required authorization level.
Remarks
This method recognizes authorization derived by group/role membership and from profile "System.All".
See Also