Represents a pending action for giving exclusive control of the modification or deletion of a document's federated content to the Content Engine. When an object calls the TakeFederatedOwnership method, the API automatically creates an instance of the TakeFederatedOwnership class and adds it to the underlying object's collection of PendingAction objects.


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

Syntax

Visual Basic (Declaration)
Public Class TakeFederatedOwnership
    Inherits PendingAction
C#
public class TakeFederatedOwnership : PendingAction
C++
ref class TakeFederatedOwnership : PendingAction
J#
public class TakeFederatedOwnership extends PendingAction
JScript
public class TakeFederatedOwnership extends PendingAction

Inheritance Hierarchy

System.Object
   FileNet.Api.Action.PendingAction
      FileNet.Api.Action.TakeFederatedOwnership

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also