MediaLibraryRolePermissionInfoProviderGetLibraryRolePermissions Method |
Returns the media library role permission data matching specified criteria.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax 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:
ObjectQueryMediaLibraryRolePermissionInfoSee Also