Click or drag to resize
DashboardTabsContainsTitle Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a value that indicates if an tab with the given title exists in the collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool ContainsTitle(
	string Title
)

Parameters

Title
Type: SystemString
The title to search for.

Return Value

Type: Boolean
True if an tab with the given title exists in the collection.
Remarks