SOLIDWORKS PDM Professional API Help Send Feedback
LockedByUserID Property (IEdmSearchResult5)
See Also 
EPDM.Interop.epdm Namespace > IEdmSearchResult5 Interface : LockedByUserID Property (IEdmSearchResult5)


Gets the ID of the user who has the file checked out.

Syntax

Visual Basic 
ReadOnly Property LockedByUserID As System.Integer
C# 
System.int LockedByUserID {get;}
C++/CLI 
property System.int LockedByUserID {
   System.int get();
}

Property Value

ID of user who has file checked out; 1 if the file is not checked out

See Also