Represents a “create” pending action. Calling a method that creates an object automatically creates an instance of Create, which is then added to the underlying object’s PendingActions collection.


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

Syntax

Visual Basic (Declaration)
<SerializableAttribute>
Public Class Create
    Inherits PendingAction
C#
[SerializableAttribute]
public class Create : PendingAction
C++
[SerializableAttribute]
ref class Create : PendingAction
J#
/** @attribute SerializableAttribute() */
public class Create extends PendingAction
JScript
public 
   SerializableAttribute
class Create extends PendingAction

Inheritance Hierarchy

System.Object
   FileNet.Api.Action.PendingAction
      FileNet.Api.Action.Create

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