Click or drag to resize
MediaLibraryInfoProviderIsUserAuthorizedPerLibrary Method
Returns True if current user is granted with specified media library permission, otherwise returns False.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.0.0
Syntax
C#
public static bool IsUserAuthorizedPerLibrary(
	MediaLibraryInfo libraryInfo,
	string permission,
	CurrentUserInfo userInfo = null
)

Parameters

libraryInfo
Type: CMS.MediaLibraryMediaLibraryInfo
Media library data
permission
Type: SystemString
Permission code name
userInfo (Optional)
Type: CMS.MembershipCurrentUserInfo
User to check

Return Value

Type: Boolean
See Also