Click or drag to resize
MediaLibraryRolePermissionInfoProvider.GetLibraryRolePermissions Method
Returns the media library role permission data matching specified criteria.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
public static ObjectQuery<MediaLibraryRolePermissionInfo> GetLibraryRolePermissions(
	string where,
	string orderBy = null
)

Parameters

where
Type: System.String
Where condition used to filter the data
orderBy (Optional)
Type: System.String
Order by statement to use

Return Value

Type: ObjectQuery<MediaLibraryRolePermissionInfo>
See Also