APIVersion Property (Page)
Version: Available from runtime version 1.0.
Sets the version(s) of the API endpoint the page is exposed in. If the APIVersion
isn't specified, the default value is beta
. The syntax for providing versions is illustrated in the example below:
Applies to
- Page object
Syntax
APIVersion = 'beta', 'v1.0';
Note
The property APIVersion can only be set if the PageType Property is set to API. For more information, see API Page Type.