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)

ToggleSyntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PromoteVersion _
	Inherits PendingAction
C#
[SerializableAttribute]
public class PromoteVersion : PendingAction
Visual C++
[SerializableAttribute]
public ref class PromoteVersion : public PendingAction
JavaScript
FileNet.Api.Action.PromoteVersion = function();

Type.createClass(
	'FileNet.Api.Action.PromoteVersion',
	FileNet.Api.Action.PendingAction);

ToggleInheritance Hierarchy

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

ToggleSee Also