IEnterpriseServiceMoveDashboardObject Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.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