APIPublisher Property (Page)
Version: Available from runtime version 1.0.
Sets the publisher of the API endpoint the page is exposed in. The APIPublisher contains the first part of the URL for the endpoint. The syntax for providing a publisher is illustrated in the example below, and is typically the name of the company that owns the API.
Applies to
- Page object
Syntax
APIPublisher = 'contoso';
Note
The property APIPublisher can only be set if the PageType Property is set to API. For more information, see API Page Type.