Click or drag to resize
MediaLibraryRolePermissionInfoProviderSetMediaLibraryRolePermissionInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified library role permission.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IMediaLibraryRolePermissionInfoProvider.Set(MediaLibraryRolePermissionInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - MediaLibraryRolePermissionInfo.Provider.")]
public static void SetMediaLibraryRolePermissionInfo(
	MediaLibraryRolePermissionInfo libraryRolePermission
)

Parameters

libraryRolePermission
Type: CMS.MediaLibraryMediaLibraryRolePermissionInfo
Library role permission to set
See Also