For a document that has been federated by Content Federation Services (CFS), grants exclusive control of this document to the FileNet P8 Content Engine by making the corresponding external document read-only. (Since the external document ceases to change, no changes exist for CFS to propagate from the external repository to the Content Engine, and the Content Engine becomes the sole means for modifying or deleting the document.) For non-federated documents or for documents for which this method has already been called, this method has no effect. An error is generated if this document is a reservation object (VersionStatus property is set to RESERVATION).


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Sub TakeFederatedOwnership()
C#
void TakeFederatedOwnership()
C++
void TakeFederatedOwnership() abstract 
J#
void TakeFederatedOwnership()
JScript
function TakeFederatedOwnership()

See Also