Folder

A CMS workspace folder

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
folderId string Unique identifier of the folder
name string Name of the folder
parentFolderId string ID of the parent folder
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-folder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Folder",
  "title": "Folder",
  "type": "object",
  "description": "A CMS workspace folder",
  "properties": {
    "folderId": {
      "type": "string",
      "description": "Unique identifier of the folder"
    },
    "name": {
      "type": "string",
      "description": "Name of the folder"
    },
    "parentFolderId": {
      "type": "string",
      "description": "ID of the parent folder"
    }
  }
}