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)

ToggleSyntax

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

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

ToggleInheritance Hierarchy

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

ToggleSee Also