Click or drag to resize

PFItemControllerPFItemTypeEnsureLock Method

Ensures that the current user has an active lock, if possible.

If the lock already exists, the validity is reset.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected bool EnsureLock(
	PFItem item
)

Parameters

item
Type: Packflow.CorePFItem

Return Value

Type: Boolean
True if the lock is active, False if the lock is held by another user.
See Also