Click or drag to resize

PFItemGetItemLocks Method

Gets current locks.

Note : will return an empty list if the object is not yet created.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFObjectLock> GetItemLocks()

Return Value

Type: ListPFObjectLock
See Also