DashboardTabsContainsTitle Method |
|
DataPA OpenAnalytics API Reference
Returns a value that indicates if an tab with the given title exists in the collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ContainsTitle(
string Title
)
Public Function ContainsTitle (
Title As String
) As Boolean
public:
virtual bool ContainsTitle(
String^ Title
) sealed
function ContainsTitle(Title);
Parameters
- Title
- Type: SystemString
The title to search for.
Return Value
Type:
BooleanTrue if an tab with the given title exists in the collection.
Remarks See Also