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