ClientConfigShowOpenFromServer Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public byte[] ShowOpenFromServer(
ClientConfigAllowOpenFromServerFileType AllowObjectToOpenType = ClientConfigAllowOpenFromServerFileType.None,
ref string DocumentName = ""
)
Public Function ShowOpenFromServer (
Optional AllowObjectToOpenType As ClientConfigAllowOpenFromServerFileType = ClientConfigAllowOpenFromServerFileType.None,
Optional ByRef DocumentName As String = ""
) As Byte()
public:
virtual array<unsigned char>^ ShowOpenFromServer(
ClientConfigAllowOpenFromServerFileType AllowObjectToOpenType = ClientConfigAllowOpenFromServerFileType::None,
String^% DocumentName = L""
) sealed
function ShowOpenFromServer(AllowObjectToOpenType, DocumentName);
Parameters
- AllowObjectToOpenType (Optional)
- Type: DataPAClientConfigClientConfigAllowOpenFromServerFileType
- DocumentName (Optional)
- Type: SystemString
Return Value
Type:
ByteSee Also