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)
Visual Basic (Declaration) |
---|
<SerializableAttribute> _
Public Class ChangeClass _
Inherits PendingAction |
C# |
---|
[SerializableAttribute]
public class ChangeClass : PendingAction |
Visual C++ |
---|
[SerializableAttribute]
public ref class ChangeClass : public PendingAction |