MediaFileInfoProviderDeleteMediaFilesInternal Method |
Deletes file records of files matching specified criteria.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax 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