Click or drag to resize

IDatabaseRepositoryHasQualification Method (IFolder, String, String)

Detects if the user has the required qualification for the folder.

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#
bool HasQualification(
	IFolder pFolder,
	string userName,
	string qualificationName
)

Parameters

pFolder
Type: PDTec.IceNet.Core.ModelIFolder
The folder.
userName
Type: SystemString
The user name.
qualificationName
Type: SystemString
The qualification name.

Return Value

Type: Boolean
true if the user has the required authorization level, otherwise false.
Remarks
This method recognizes qualifications derived by group/role membership and from profile "System.All". To retrieve the actual ACL entries of this party use the GetQualifications(IFolder) method.
See Also