PreviewManagerRemoveTempFile Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Deletes a temporary file create by a former preview

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool RemoveTempFile(
	string tempFileName
)

Parameters

tempFileName
Type: SystemString
The name of the temp file to delete

Return Value

Type: Boolean
True if the file was deleted, false otherwise.
Exceptions

ExceptionCondition
CSInvalidParameterExceptionThe file ins not a CS temporary preview file
See Also

Reference