Click or drag to resize

PFActivityLogAggregateItemOperation Method

Ensures the relevant PFActivityLogEntry objects, and increments the Hits property on each of them.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void AggregateItemOperation(
	PFItem item,
	PFUser user,
	PFActivityLogOperationType operation
)

Parameters

item
Type: Packflow.CorePFItem
The item.
user
Type: Packflow.CorePFUser
The user.
operation
Type: Packflow.CorePFActivityLogOperationType
The operation.
See Also