[This is preliminary documentation and is subject to change.]

Gets the DCAA history

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataTable GetDCAAHistory(
	int id,
	Constants..::.ApplicationType aType
)
Visual Basic (Declaration)
Public Function GetDCAAHistory ( _
	id As Integer, _
	aType As Constants..::.ApplicationType _
) As DataTable
Visual C++
public:
DataTable^ GetDCAAHistory(
	int id, 
	Constants..::.ApplicationType aType
)

Parameters

id
Type: System..::.Int32
aType
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType

Return Value

See Also