MediaFileInfoProvider.DeleteMediaFilePreviewInternal Method |
Deletes media file preview from filesystem.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntaxprotected virtual void DeleteMediaFilePreviewInternal(
string siteName,
int libraryID,
string filePath,
bool synchronization
)
Parameters
- siteName
- Type: System.String
Site name - libraryID
- Type: System.Int32
Library ID - filePath
- Type: System.String
File path - synchronization
- Type: System.Boolean
Indicates if method is running by web farms synchronization
See Also