Show / Hide Table of Contents

Class CategoryHandler

Stores metadata specific to categories (products and classifications) in the Microsoft Update catalog

Inheritance
System.Object
HandlerMetadata
CategoryHandler
Inherited Members
HandlerMetadata.HandlerType
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Handlers
Assembly: package-graph-microsoft-update.dll
Syntax
public class CategoryHandler : HandlerMetadata

Properties

| Improve this Doc View Source

CategoryType

Category type

Declaration
[JsonProperty]
public string CategoryType { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DisplayOrder

Display order

Declaration
[JsonProperty]
public int? DisplayOrder { get; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

ExcludedByDefault

Excluded by default

Declaration
[JsonProperty]
public bool? ExcludedByDefault { get; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

ProhibitsSubcategories

Sub-categories are prohibited for this category

Declaration
[JsonProperty]
public bool? ProhibitsSubcategories { get; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

ProhibitsUpdates

Does not have carry updates

Declaration
[JsonProperty]
public bool? ProhibitsUpdates { get; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX