TaskBase Constructor

Spotfire Automation Services 14.7 API Reference
Initializes a new instance of the TaskBase class. As opposed to the sample code version of this file: does not prefix all titles and descriptions.

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

C#
protected TaskBase(
	string title,
	string description,
	bool deprecated = false
)

Parameters

title
Type: SystemString
The title of the task.
description
Type: SystemString
The description of the task.
deprecated (Optional)
Type: SystemBoolean
Is the task deprecated.
Version Information

Supported in: 14.7, 14.6, 14.5
See Also

Reference