Folder Object


Folders contain collection references as well as other folders. A root folder with an empty id always exists.

Properties
idstringRead-onlyformat GUID

Folder ID. Automatically generated by Wix.

The ID field is empty for the root folder.


namestringmaxLength 1024

Folder's name as displayed in the CMS.

name is empty for the root folder.


descriptionstringmaxLength 1024

Folder description.


foldersArray <Folder>maxItems 1000

Folders nested in the current folder.

Only the root folder may contain other folders.


collectionReferencesArray <CollectionReference>maxItems 1000

Collection references in the current folder.

Did this help?