Click or drag to resize
MediaFileInfoProvider.DeleteMediaFilePreviewInternal Method
Deletes media file preview from filesystem.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax
C#
protected 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