Class CategoryHandler
Stores metadata specific to categories (products and classifications) in the Microsoft Update catalog
Inherited Members
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Handlers
Assembly: package-graph-microsoft-update.dll
Syntax
public class CategoryHandler : HandlerMetadata
Properties
| Improve this Doc View SourceCategoryType
Category type
Declaration
[JsonProperty]
public string CategoryType { get; }
Property Value
Type | Description |
---|---|
System.String |
DisplayOrder
Display order
Declaration
[JsonProperty]
public int? DisplayOrder { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ExcludedByDefault
Excluded by default
Declaration
[JsonProperty]
public bool? ExcludedByDefault { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ProhibitsSubcategories
Sub-categories are prohibited for this category
Declaration
[JsonProperty]
public bool? ProhibitsSubcategories { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ProhibitsUpdates
Does not have carry updates
Declaration
[JsonProperty]
public bool? ProhibitsUpdates { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |