Click or drag to resize
MediaFileInfoProviderDeleteMediaFilesInternal Method
Deletes file records of files matching specified criteria.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteMediaFilesInternal(
	string path,
	int libraryId
)

Parameters

path
Type: SystemString
Path of the files to delete
libraryId
Type: SystemInt32
ID of the library where the files belongs to
See Also