EraseMetadataRedaction

EraseMetadataRedaction()

Initializes a new instance of EraseMetadataRedaction class, erasing all metadata.

public EraseMetadataRedaction()

See Also


EraseMetadataRedaction(MetadataFilters)

Initializes a new instance of EraseMetadataRedaction class, erasing metadata, matching specific combination of MetadataFilters.

public EraseMetadataRedaction(MetadataFilters filter)
Parameter Type Description
filter MetadataFilters Filter for metadata to erase

See Also