Returns true if the record is currently being edited.


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function IsLocked( _ 
   ByVal ContentName As String,  _ 
   ByVal RecordID As String _ 
) As Boolean
C#
public abstract bool IsLocked(
   string ContentName,
   string RecordID
)
C++
public:
 bool IsLocked(
   String ContentName,
   String RecordID
) abstract 
J#
public abstract bool IsLocked(
   string ContentName,
   string RecordID
)
JScript
public abstract  function IsLocked(
   ContentName : String,
   RecordID : String
) : bool

Parameters

ContentName
RecordID

See Also