Click or drag to resize

PFActivityLogHubGetUniqueUsersNavigationData Method

Gets the unique users navigation data.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public List<PFActivityLogViewModel> GetUniqueUsersNavigationData(
	DateTimeOffset startTime,
	DateTimeOffset endTime,
	bool excludeTasks
)

Parameters

startTime
Type: SystemDateTimeOffset
The start time.
endTime
Type: SystemDateTimeOffset
The end time.
excludeTasks
Type: SystemBoolean
if set to true, will filter tasks relative events.

Return Value

Type: ListPFActivityLogViewModel
Exceptions
ExceptionCondition
AccessDeniedExceptionOnly Site admins can list activity log!
See Also