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