ChangeTypes Enum

Definition

Specifies the types of changes for modified text.

This enumeration supports a bitwise combination of its member values.

public enum class ChangeTypes
public enum class ChangeTypes
enum ChangeTypes
[System.Flags]
public enum ChangeTypes
[<System.Flags>]
type ChangeTypes = 
Public Enum ChangeTypes
Inheritance
ChangeTypes
Attributes

Fields

ChangedSinceOpened 1

The change occurred after the document was opened.

ChangedSinceSaved 2

The change occurred after the document was saved.

None 0

No change types are set.

SourceControlAdded 4

The change represents an addition in a document under source control.

SourceControlChangeSaved 32

A change in a document under source control was saved.

SourceControlDeleted 8

The change represents a deletion in a document under source control.

SourceControlModified 16

The change represents a modification in a document under source control.

Applies to