DataPA Enterprise Dashboard Controls API Reference
Rebuilds the collection using the order specified in the IDs array.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.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 IDs that specify the order.

Remarks