DataPA Enterprise Dashboard Controls API Reference
Rebuilds the collection using the order specified in the IDs array.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public void ReBuild(
string[] IDs
) |
Visual Basic |
---|
Public Sub ReBuild (
IDs As String()
) |
Visual C++ |
---|
public:
virtual void ReBuild(
array<String^>^ IDs
) sealed |
Parameters
- IDs
- Type: array<System..::..String>[]()[][]
An array of DashboardTab ID's that specified the new order.
Remarks
See Also