IDatabaseRepositoryHasAuthorization Method (IParty, String, Int32) |
Detects if the user has the required authorization level for the party.
Namespace: PDTec.IceNet.Core.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
Remarks
This method recognizes authorization derived by group/role membership and
from profile "System.All".
To retrieve the actual ACL entries of this party use the
GetAuthorizations(IParty) method.
See Also