FileSystemRepositoryConfiguration Class |
Namespace: CMS.ContinuousIntegration.Internal
public class FileSystemRepositoryConfiguration
The FileSystemRepositoryConfiguration type exposes the following members.
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.
|
![]() | ObjectTypesCodenameFilter |
Gets the dictionary of object types codename filter [ObjectType] -> [CodenameFilter]. Only objects meeting these conditions will be restored.
|
![]() | 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).
|