Click or drag to resize
MediaLibraryRolePermissionInfoProviderDeleteMediaLibraryRolePermissionInfo Method

Note: This API is now obsolete.

Deletes specified media library role permission.

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

Parameters

infoObj
Type: CMS.MediaLibraryMediaLibraryRolePermissionInfo
Media library role permission object
See Also