Documentation > CMS Template API Library > FolderType
CrownPeak.CMSAPI.FolderType
Types of folders.
Possible enumeration values:
Name | Description | Value |
---|---|---|
ComponentFrameworkFolder |
A folder that holds component library definition assets. |
10 |
Folder |
A regular folder. Not a special type |
1 |
Library |
A library which is local to the current project |
4 |
LibraryReference |
A library which is reference from somewhere else. |
5 |
ModelFolder |
A folder that contains models. |
8 |
Project |
A project. Contains templates and optionally a local library or references to a library. |
3 |
SiteRoot |
The root of a webbsite. Usually contains file that publish to the root folder of the website. Used to help locate current project. |
2 |
Template |
A folder that contains or can contain template files. It can only be created in a template folder. |
6 |
TemplateFolder |
A folder that can contain only templates and other template folders. It can only be created in a project or another template folder. |
5 |
Unspecified |
For serialization only. Don't use. |
0 |
WorkflowFolder |
A folder that holds workflows |
7 |