GalleryScriptParameterType 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.
Specifies the type of the Gallery Script parameter. Possible values are: String, Int, Double, Boolean, Enum.
public enum GalleryScriptParameterType
type GalleryScriptParameterType =
Public Enum GalleryScriptParameterType
- Inheritance
-
GalleryScriptParameterType
Fields
| Name | Value | Description |
|---|---|---|
| String | 0 | String gallery script parameter type. |
| Int | 1 | Int gallery script parameter type. |
| Double | 2 | Double gallery script parameter type. |
| Boolean | 3 | Boolean gallery script parameter type. |
| Enum | 4 | Enum gallery script parameter type. |