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

Inheritance Hierarchy

System.Object
   FileNet.Api.Action.PendingAction
      FileNet.Api.Action.PromoteVersion

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