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

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

Parameters

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

Return Value

Type: ObjectQueryMediaLibraryRolePermissionInfo
See Also