EnterpriseServiceClientFolderPathValid Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool FolderPathValid(
string FolderPath,
string UserID,
string Password,
string SecurityCode
)
Public Function FolderPathValid (
FolderPath As String,
UserID As String,
Password As String,
SecurityCode As String
) As Boolean
public:
virtual bool FolderPathValid(
String^ FolderPath,
String^ UserID,
String^ Password,
String^ SecurityCode
) sealed
function FolderPathValid(FolderPath, UserID, Password, SecurityCode);
Parameters
- FolderPath
- Type: SystemString
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
Return Value
Type:
BooleanImplements
IEnterpriseServiceFolderPathValid(String, String, String, String)See Also