Represents a pending action for changing the class of a Content Engine object. 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) |
---|
<SerializableAttribute> Public Class ChangeClass Inherits PendingAction |
C# |
---|
[SerializableAttribute] public class ChangeClass : PendingAction |
C++ |
---|
[SerializableAttribute] ref class ChangeClass : PendingAction |
J# |
---|
/** @attribute SerializableAttribute() */ public class ChangeClass extends PendingAction |
JScript |
---|
public SerializableAttribute class ChangeClass 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.