System.Object
TakeFederatedOwnershipAction
Client Declaration
public class TakeFederatedOwnershipAction
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.
TakeFederatedOwnershipAction objTFOA = new TakeFederatedOwnershipAction();
<xsd:complexType name="TakeFederatedOwnershipAction"> <xsd:complexContent> <xsd:extension base="ActionType"/> </xsd:complexContent> </xsd:complexType>