Click or drag to resize

PFItemControllerPFItemTypeTryGetLock Method

Tries to get(create) lock for current user on item.

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 TryGetLock(
	PFItem item
)

Parameters

item
Type: Packflow.CorePFItem

Return Value

Type: Boolean
True if lock already exists or has been successfully created.
See Also