Share via


Renamer.RenameDocumentAction Class

Definition

Individual action from RenameDocument APIs in Renamer. Represents changes that will be done to one or more document contents to help facilitate a smooth experience while moving documents around.

See Renamer.RenameDocumentActionSet on use case and how to apply them to a solution.

public abstract class Renamer.RenameDocumentAction
type Renamer.RenameDocumentAction = class
Public MustInherit Class Renamer.RenameDocumentAction
Inheritance
Renamer.RenameDocumentAction

Methods

GetDescription(CultureInfo)

Gets the description of the action. Can be used to present to a user to describe what extra actions will be taken.

GetErrors(CultureInfo)

Get any errors that have been noted for this action before it is applied. Can be used to present to a user.

Applies to