Click or drag to resize

IDatabaseRepositoryCheckAuthorization Method

Overload List
  NameDescription
Public methodCheckAuthorization(String, String, Int32)
Checks if the user has the required authorization level for the profile and otherwise throws an exception.
Public methodCheckAuthorization(IFolder, String, Int32)
Checks if the user has the required authorization level for the folder and otherwise throws an exception.
Public methodCheckAuthorization(IObject, String, Int32)
Checks if the user has the required authorization level for the object and otherwise throws an exception.
Public methodCheckAuthorization(IPackage, String, Int32)
Checks if the user has the required authorization level for the package and otherwise throws an exception.
Public methodCheckAuthorization(IParty, String, Int32)
Checks if the user has the required authorization level for the party and otherwise throws an exception.
Public methodCheckAuthorization(AuthorizedItemType, String, String, Int32)
Checks if the user has the required authorization for the item and otherwise throws an exception.
Top
See Also