RedactionActionType

RedactionActionType enumeration

Represents actions that can be taken to perform redaction.

public enum RedactionActionType

Values

Name Value Description
Replacement 0 Redacted text was replaced with another or covered with a block.
Cleanup 1 Data were removed, but an empty object remains in the document.
Deletion 2 Data and related structures were removed from the document.

Remarks

Learn more

See Also