Skip to main content
All docs
V26.1
  • MetadataRemovalScope Enum

    Lists values that indicate metadata type that can be removed from a document or a workbook.

    Namespace: DevExpress.Office

    Assembly: DevExpress.Office.v26.1.Core.dll

    Declaration

    [Flags]
    public enum MetadataRemovalScope

    Members

    Name Description
    None

    No metadata

    AuthorInfo

    Author information

    OrganizationInfo

    Organization information

    DocumentDescription

    Document description

    DocumentHistory

    Document history

    CustomProperties

    Custom properties

    ExtendedProperties

    Extended properties

    All

    All metadata

    Related API Members

    The following properties accept/return MetadataRemovalScope values:

    See Also