TaskExecutionContext DeleteLibraryFile Method TIBCO Spotfire Automation Services 7.0 API Reference
Delete the file from the library.

Namespace: Spotfire.Dxp.Automation.Extension
Assembly: Spotfire.Dxp.Automation.Framework (in Spotfire.Dxp.Automation.Framework.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public virtual void DeleteLibraryFile(
	AnalysisApplication application,
	string path,
	string name
)

Parameters

application
Type: AnalysisApplication
The started AnalysisApplication
path
Type: OnlineSystem String
The absolute path to the library folder (or section) where the file is. expected: "section/[folder/../folder>/]".
name
Type: OnlineSystem String
The name of the library file to open (no extension).
Exceptions

ExceptionCondition
LibraryExceptionIf the file doesn't exist.
Version Information


See Also