Returns the reservation type (collaborative, exclusive, or extracted
from the object store) of the underlying object of this pending action.
Namespace:
FileNet.Api.ActionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetReservationType As ReservationType |
C# |
---|
public virtual ReservationType GetReservationType() |
Visual C++ |
---|
public: virtual ReservationType GetReservationType() |
JavaScript |
---|
function getReservationType(); |