Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
DataTable GetActivityReport(
	IEntity entity,
	DateTime start,
	DateTime end,
	int maxRecords,
	bool recursive,
	bool recurseThroughFolios
)
Visual Basic
Function GetActivityReport ( _
	entity As IEntity, _
	start As DateTime, _
	end As DateTime, _
	maxRecords As Integer, _
	recursive As Boolean, _
	recurseThroughFolios As Boolean _
) As DataTable
Visual C++
DataTable^ GetActivityReport(
	IEntity^ entity, 
	DateTime start, 
	DateTime end, 
	int maxRecords, 
	bool recursive, 
	bool recurseThroughFolios
)

Parameters

entity
Type: Cartella.Interfaces..::..IEntity
start
Type: System..::..DateTime
end
Type: System..::..DateTime
maxRecords
Type: System..::..Int32
recursive
Type: System..::..Boolean
recurseThroughFolios
Type: System..::..Boolean

See Also