| MediaFileInfoProviderDeleteMediaFiles Method | 
            Deletes file records of files matching specified criteria.
            
 
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
 Syntax
Syntaxpublic static void DeleteMediaFiles(
	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
See Also