UpdateHelpScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scope to which the help should be saved.
public enum UpdateHelpScope
type UpdateHelpScope =
Public Enum UpdateHelpScope
- Inheritance
-
UpdateHelpScope
Fields
Name | Value | Description |
---|---|---|
CurrentUser | 0 | Save the help content to the user directory. |
AllUsers | 1 | Save the help content to the module directory. This is the default behavior. |