Click or drag to resize
ModuleCommandsMediaLibraryDeleteMediaFilePreview Method
Deletes media file preview from file system.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static void MediaLibraryDeleteMediaFilePreview(
	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