Click or drag to resize

PFRelation_SiteActivityLogGetActivityLogForPeriod Method

Returns all activity entries for period.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFActivityLog> GetActivityLogForPeriod(
	DateTimeOffset startTime,
	DateTimeOffset endTime
)

Parameters

startTime
Type: SystemDateTimeOffset
The start time.
endTime
Type: SystemDateTimeOffset
The end time.

Return Value

Type: ListPFActivityLog
ListT
See Also