Manager..::..LegacyGetDialogDetails Method

Gets the dialog details.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public void LegacyGetDialogDetails(
	int DialogNo,
	ref string AssemblyNameAndPath,
	ref string ClassName
)
Public Sub LegacyGetDialogDetails ( _
	DialogNo As Integer, _
	ByRef AssemblyNameAndPath As String, _
	ByRef ClassName As String _
)
public:
void LegacyGetDialogDetails(
	int^ DialogNo, 
	String^% AssemblyNameAndPath, 
	String^% ClassName
)

Parameters

DialogNo
Type: Int32
The dialog no.
AssemblyNameAndPath
Type: String%
The assembly name and path.
ClassName
Type: String%
Name of the class.