Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration UrlGenerationMode

Defines the mode, how URLs for new site collections will be generated

Enumeration members

AutoIncrement

AutoIncrement: = "AutoIncrement"

The URL will be defined by a pattern and [[key]] in IUrlGenerationOption.

User

User: = "User"

The URL is visible to the user in the UI when creating a new instance of a workspace type.

Webhooks

Webhooks: = "Webhooks"

The URL will be defined by the answer coming from a webhook. If this is option is configured, a valid Webhook endpoint needs to be configured and return an URL for the new instance of this workspace type.