IDatabaseRepositoryCheckAuthorization Method |
Name | Description | |
---|---|---|
CheckAuthorization(String, String, Int32) |
Checks if the user has the required authorization level for the profile
and otherwise throws an exception.
| |
CheckAuthorization(IFolder, String, Int32) |
Checks if the user has the required authorization level for the folder
and otherwise throws an exception.
| |
CheckAuthorization(IObject, String, Int32) |
Checks if the user has the required authorization level for the object
and otherwise throws an exception.
| |
CheckAuthorization(IPackage, String, Int32) |
Checks if the user has the required authorization level for the package
and otherwise throws an exception.
| |
CheckAuthorization(IParty, String, Int32) |
Checks if the user has the required authorization level for the party
and otherwise throws an exception.
| |
CheckAuthorization(AuthorizedItemType, String, String, Int32) |
Checks if the user has the required authorization for the item
and otherwise throws an exception.
|