DataPA Enterprise Dashboard Controls API Reference

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public byte[] ShowOpenFromServer(
	ClientConfig..::..AllowOpenFromServerFileType AllowObjectToOpenType = ClientConfig..::..AllowOpenFromServerFileType.None,
	ref string DocumentName = ""
)
Visual Basic
Public Function ShowOpenFromServer ( 
	Optional AllowObjectToOpenType As ClientConfig..::..AllowOpenFromServerFileType = ClientConfig..::..AllowOpenFromServerFileType.None,
	Optional ByRef DocumentName As String = ""
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ ShowOpenFromServer(
	ClientConfig..::..AllowOpenFromServerFileType AllowObjectToOpenType = ClientConfig..::..AllowOpenFromServerFileType::None, 
	String^% DocumentName = L""
) sealed

Parameters

AllowObjectToOpenType (Optional)
Type: DataPAClientConfig..::..ClientConfig..::..AllowOpenFromServerFileType
DocumentName (Optional)
Type: System..::..String%

Return Value

Type: array<Byte>[]()[][]

See Also