IEnterpriseServiceMoveDashboardObject Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboard.EnterpriseServiceAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax bool MoveDashboardObject(
string UserID,
string Password,
string SecurityCode,
int FromIndex,
int ToIndex,
ref string ErrorMessage
)
Function MoveDashboardObject (
UserID As String,
Password As String,
SecurityCode As String,
FromIndex As Integer,
ToIndex As Integer,
ByRef ErrorMessage As String
) As Boolean
bool MoveDashboardObject(
String^ UserID,
String^ Password,
String^ SecurityCode,
int FromIndex,
int ToIndex,
String^% ErrorMessage
)
function MoveDashboardObject(UserID, Password, SecurityCode, FromIndex, ToIndex, ErrorMessage);
Parameters
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
- FromIndex
- Type: SystemInt32
- ToIndex
- Type: SystemInt32
- ErrorMessage
- Type: SystemString
Return Value
Type:
BooleanSee Also