HostedWebApplication.WebAction.ActionType 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.
Moved enum into ActionType to encapsulate more effectively for code outside this module such as the adapters.
public: enum class HostedWebApplication::WebAction::ActionType
public enum HostedWebApplication.WebAction.ActionType
type HostedWebApplication.WebAction.ActionType =
Public Enum HostedWebApplication.WebAction.ActionType
- Inheritance
-
HostedWebApplication.WebAction.ActionType
Fields
Name | Value | Description |
---|---|---|
None | 0 | No action |
URL | 1 | Navigate to Url |
SCRIPT | 2 | Exectute script |