Represents a pending action for demoting a major version of a document to a minor version. When an object calls the DemoteVersion method, the API automatically creates an instance of the DemoteVersion 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 DemoteVersion
    Inherits PendingAction
C#
[SerializableAttribute]
public class DemoteVersion : PendingAction
C++
[SerializableAttribute]
ref class DemoteVersion : PendingAction
J#
/** @attribute SerializableAttribute() */
public class DemoteVersion extends PendingAction
JScript
public 
   SerializableAttribute
class DemoteVersion extends PendingAction

Inheritance Hierarchy

System.Object
   FileNet.Api.Action.PendingAction
      FileNet.Api.Action.DemoteVersion

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