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.ActionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class TakeFederatedOwnership _ Inherits PendingAction |
C# |
---|
public class TakeFederatedOwnership : PendingAction |
Visual C++ |
---|
public ref class TakeFederatedOwnership : public PendingAction |
JavaScript |
---|
FileNet.Api.Action.TakeFederatedOwnership = function(); Type.createClass( 'FileNet.Api.Action.TakeFederatedOwnership', FileNet.Api.Action.PendingAction); |
Inheritance Hierarchy
System..::.Object
FileNet.Api.Action..::.PendingAction
FileNet.Api.Action..::.TakeFederatedOwnership
FileNet.Api.Action..::.PendingAction
FileNet.Api.Action..::.TakeFederatedOwnership