
| email this FAQ to a colleague
Q: Currently, I understand you can only create one content store with one content type underneath it. This limits the number of subdirectories you can put files into. Most web sites have more than one level of subdirectories. Any solutions to this problem? A: The makecm.vbs that you run in order to create your content store
determines how many content types you can have. You should take a look at
the two makecm.vbs files provided as samples in Site Server. The content
type is defined in two sections of the file. The first part is the variable
definition. The content types defined in the variables named "DocList". Each
DocList variables such as DocList.JobPostings and DocList.WhitePapers are
content types. Each DocList variable will have a second section that defines
the properties of the content type. - Dina Berry |