MediaLibraryInfoProvider.IsUserAuthorizedPerLibraryInternal Method |
Returns True if current user is granted with specified media library permission, otherwise returns False.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax protected virtual bool IsUserAuthorizedPerLibraryInternal(
MediaLibraryInfo libraryInfo,
string permission,
CurrentUserInfo userInfo
)
Parameters
- libraryInfo
- Type: CMS.MediaLibrary.MediaLibraryInfo
Media library data - permission
- Type: System.String
Permission code name - userInfo
- Type: CMS.Membership.CurrentUserInfo
User to check
Return Value
Type:
BooleanSee Also