Click or drag to resize
MediaLibraryRolePermissionInfoProviderGetMediaLibraryRolePermissionInfo Method
Returns the media library role permission structure matching specified criteria.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.0.0
Syntax
C#
public static MediaLibraryRolePermissionInfo GetMediaLibraryRolePermissionInfo(
	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: MediaLibraryRolePermissionInfo
See Also