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 protected bool TryGetLock(
PFItem item
)
Parameters
- item
- Type: Packflow.CorePFItem
Return Value
Type:
BooleanTrue if lock already exists or has been successfully created.
See Also