IEnterpriseServiceFolderPathValid Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboard.EnterpriseServiceAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax bool FolderPathValid(
string FolderPath,
string UserID,
string Password,
string SecurityCode
)
Function FolderPathValid (
FolderPath As String,
UserID As String,
Password As String,
SecurityCode As String
) As Boolean
bool FolderPathValid(
String^ FolderPath,
String^ UserID,
String^ Password,
String^ SecurityCode
)
function FolderPathValid(FolderPath, UserID, Password, SecurityCode);
Parameters
- FolderPath
- Type: SystemString
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
Return Value
Type:
BooleanSee Also