IEnterpriseServiceCheckAppServerSecurity Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax int CheckAppServerSecurity(
string UserID,
string Password,
string AppServerInfo,
string SecurityCode,
string AppServerURL,
bool StateFree,
bool UseBLToAssignUserGroups,
bool UseBLforGroupPrivileges,
bool UseBLToDefineGroups,
ref string ErrorMessage
)
Function CheckAppServerSecurity (
UserID As String,
Password As String,
AppServerInfo As String,
SecurityCode As String,
AppServerURL As String,
StateFree As Boolean,
UseBLToAssignUserGroups As Boolean,
UseBLforGroupPrivileges As Boolean,
UseBLToDefineGroups As Boolean,
ByRef ErrorMessage As String
) As Integer
int CheckAppServerSecurity(
String^ UserID,
String^ Password,
String^ AppServerInfo,
String^ SecurityCode,
String^ AppServerURL,
bool StateFree,
bool UseBLToAssignUserGroups,
bool UseBLforGroupPrivileges,
bool UseBLToDefineGroups,
String^% ErrorMessage
)
function CheckAppServerSecurity(UserID, Password, AppServerInfo, SecurityCode, AppServerURL, StateFree, UseBLToAssignUserGroups, UseBLforGroupPrivileges, UseBLToDefineGroups, ErrorMessage);
Parameters
- UserID
- Type: SystemString
- Password
- Type: SystemString
- AppServerInfo
- Type: SystemString
- SecurityCode
- Type: SystemString
- AppServerURL
- Type: SystemString
- StateFree
- Type: SystemBoolean
- UseBLToAssignUserGroups
- Type: SystemBoolean
- UseBLforGroupPrivileges
- Type: SystemBoolean
- UseBLToDefineGroups
- Type: SystemBoolean
- ErrorMessage
- Type: SystemString
Return Value
Type:
Int32See Also