Represents a “create” pending action. Calling a method that creates an object automatically creates an instance of
, which is then added to the underlying object’s
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
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.