MediaLibraryRolePermissionInfoProviderGetMediaLibraryRolePermissionInfoInternal Method |
Returns the media library role permission structure matching specified criteria.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax protected virtual MediaLibraryRolePermissionInfo GetMediaLibraryRolePermissionInfoInternal(
int libraryId,
int roleId,
int permissionId
)
Parameters
- libraryId
- Type: SystemInt32
ID of the library - roleId
- Type: SystemInt32
ID of the role - permissionId
- Type: SystemInt32
ID of the permission
Return Value
Type:
MediaLibraryRolePermissionInfoSee Also