Skip to content
Jianyun edited this page Feb 25, 2016 · 4 revisions

OptionCategory enumeration

public enum OptionCategory {
    Package = 0, 
    Provider = 1,
    Source = 2,
    Install  = 3
}

Dynamic Options are specified for a given category:

Value Purpose
Package When the host is presenting options for a finding packages
Install When the host is presenting options for Install/Uninstall/Get-InstalledPackage a package
Source When the host is presenting options for selecting/editing a package source
Provider Not used