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
method, the API automatically creates an instance of the
class and adds it to the underlying object's collection of
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
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.