PFRelation_SiteObjectLockGetByObjectAndUser Method |
Gets a list of locks of an object (by its GUID), used by the specified user.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public List<PFObjectLock> GetByObjectAndUser(
Guid objectGuid,
long userId
)
Parameters
- objectGuid
- Type: SystemGuid
GUID of the object. Optional, send Guid.Empty to skip. - userId
- Type: SystemInt64
Id of the user. Optional, send 0 to skip.
Return Value
Type:
ListPFObjectLockListTSee Also