UserRequestedImportAction 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.
Override Actions that user can request
public enum class UserRequestedImportAction
public enum UserRequestedImportAction
type UserRequestedImportAction =
Public Enum UserRequestedImportAction
- Inheritance
-
UserRequestedImportAction
Fields
Name | Value | Description |
---|---|---|
Default | 0 | System decision is executed. |
ForceUpdate | 1 | System attempts to do an update of the existing solution, only valid for the SkipSameVersion and Import |
Skip | 3 | System will skip the solution, only valid for the Import action. |