Click or drag to resize

PFRelation_SiteObjectLockGetByUser Method

Gets a list of locks 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
C#
public List<PFObjectLock> GetByUser(
	long userId
)

Parameters

userId
Type: SystemInt64
Id of the user.

Return Value

Type: ListPFObjectLock
ListT
See Also