IEnterpriseServiceOpenDocument Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax byte[] OpenDocument(
string ID,
string Type,
string UserID,
string Password,
string SecurityCode,
ref string ClientFileName
)
Function OpenDocument (
ID As String,
Type As String,
UserID As String,
Password As String,
SecurityCode As String,
ByRef ClientFileName As String
) As Byte()
array<unsigned char>^ OpenDocument(
String^ ID,
String^ Type,
String^ UserID,
String^ Password,
String^ SecurityCode,
String^% ClientFileName
)
function OpenDocument(ID, Type, UserID, Password, SecurityCode, ClientFileName);
Parameters
- ID
- Type: SystemString
- Type
- Type: SystemString
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
- ClientFileName
- Type: SystemString
Return Value
Type:
ByteSee Also