UnlockAction Element

System.Object

ActionType

UnlockAction

 

Client Declaration

Represents a pending action for clearing the lock held on a containable Content Engine object. For more information, see the Java™ API Unlock class and unlock method topics in the IBM® FileNet® P8 documentation.

 

Code Example

UnlockAction objUnlock = new UnlockAction();

 

XML Schema

<xsd:complexType name="UnlockAction">
   <xsd:complexContent>
      <xsd:extension base="ActionType"/>
   </xsd:complexContent>
</xsd:complexType>