TakeFederatedOwnershipAction Element

System.Object

ActionType

TakeFederatedOwnershipAction

 

Client Declaration

Represents a pending action for exclusive control of the modification or deletion of a document's federated content to the Content Engine. For more information, see the Java™ API TakeFederatedOwnershipAction class and takeFederatedOwnership method topics.

For non-federated documents or documents for which this method has already been called, this method has no effect.

 

Code Example

TakeFederatedOwnershipAction objTFOA = new TakeFederatedOwnershipAction();

 

XML Schema

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