Click or drag to resize
EnterpriseServiceClientCheckAppServerSecurity Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAClientConfig.EnterpriseService
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public int CheckAppServerSecurity(
	string UserID,
	string Password,
	string AppServerInfo,
	string SecurityCode,
	string AppServerURL,
	bool StateFree,
	bool UseBLToAssignUserGroups,
	bool UseBLforGroupPrivileges,
	bool UseBLToDefineGroups,
	ref string 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: Int32

Implements

IEnterpriseServiceCheckAppServerSecurity(String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, String)
See Also