| FileSystemRepositoryConfiguration Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ContinuousIntegration.Internal
 Syntax
Syntaxpublic class FileSystemRepositoryConfiguration
The FileSystemRepositoryConfiguration type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | MainObjectTypes | 
            Gets the set of main object types to be stored in the repository. Main object type is type without a parent type.
             | 
|  | ObjectTypes | 
            Gets the set of object types to be stored in the repository.
             | 
|  | ObjectTypesFilterConditions | 
            Gets the dictionary of object types filter conditions [ObjectType] -> [WhereCondition]. Only objects meeting these conditions will be stored.
             | 
|  | RepositoryRootPath | 
            Gets root path to file system repository (with trailing backslash).
             | 
 See Also
See Also