Represents a pending action for changing the class of a Content Engine object. When an object calls the ChangeClass method, the API automatically creates an instance of the ChangeClass class and adds it to the underlying object's collection of PendingAction 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

System.Object
   FileNet.Api.Action.PendingAction
      FileNet.Api.Action.ChangeClass

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