DataPA Enterprise Dashboard Controls API Reference

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static bool OpenAppServerFile(
	ref ADODBDataSource RootObject,
	string FileName,
	ref string TmpDir,
	ref bool Updated,
	ref string ErrorString,
	string Username,
	DPALogging DPALogging = null
)
Visual Basic
Public Shared Function OpenAppServerFile ( 
	ByRef RootObject As ADODBDataSource,
	FileName As String,
	ByRef TmpDir As String,
	ByRef Updated As Boolean,
	ByRef ErrorString As String,
	Username As String,
	Optional DPALogging As DPALogging = Nothing
) As Boolean
Visual C++
public:
static bool OpenAppServerFile(
	ADODBDataSource^% RootObject, 
	String^ FileName, 
	String^% TmpDir, 
	bool% Updated, 
	String^% ErrorString, 
	String^ Username, 
	DPALogging^ DPALogging = nullptr
)

Parameters

RootObject
Type: ADODBDataSource%
FileName
Type: System..::..String
TmpDir
Type: System..::..String%
Updated
Type: System..::..Boolean%
ErrorString
Type: System..::..String%
Username
Type: System..::..String
DPALogging (Optional)
Type: DPALogging

Return Value

Type: Boolean

See Also