ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / CatalogSecondaryFavoritesContentType Enumeration

In This Topic
    CatalogSecondaryFavoritesContentType Enumeration
    In This Topic
    Specifies the secondary content type for favorites content for the Catalog dock pane
    Syntax
    Public Enum CatalogSecondaryFavoritesContentType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable 
    public enum CatalogSecondaryFavoritesContentType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable  
    Members
    MemberDescription
    SystemFavorites Show system favorites
    Unknown Unknown content type
    UserFavorites Show user favorites
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Core.CatalogSecondaryFavoritesContentType

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also