Bridgeline Digital Logo
Menu

SiteBundle

The Site API requests reference an object of type SiteBundle. Note that properties within the SiteBundle represent those of the OrchestraCMS site, not the Salesforce site it references. The configuration of the bundle will vary depending on the provided inputs. The following properties define this object.

SiteBundle Properties

  • siteId : Id, Id of the site.
  • siteName : String, Name of the site.
  • siteLabel : String, Label of the site.
  • siteUrl : String, URL of the site.
  • siteSecureUrl : String, Secure URL of the site.
  • sitePrefix : String, Prefix of the site.
  • siteDomain : String, Domain of the site.
  • siteSecureDomain : String, Secure domain of the site.
  • defaultLanguage : String, Default language for the site.
  • targetingEnabled : Boolean, Whether targeting is enabled for the site.
  • multilingualEnabled : Boolean, Whether multilingual is enabled for the site.
  • approvalProcessEnabled : Boolean, Whether the site has an approval process enabled.
  • complianceEnabled : Boolean, Whether the site has compliance enabled.
  • languages : List<LanguageBundle>, Site languages. Retrieval is dependent on request flags.
  • targets : List<TargetBundle>, Site targets. Retrieval is dependent on request flags.