Click or drag to resize
FileSystemRepositoryConfiguration Class
Configuration of a file system repository. Use FileSystemRepositoryConfigurationBuilder to create a new configuration.
Inheritance Hierarchy
SystemObject
  CMS.ContinuousIntegration.InternalFileSystemRepositoryConfiguration

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public class FileSystemRepositoryConfiguration

The FileSystemRepositoryConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyMainObjectTypes
Gets the set of main object types to be stored in the repository. Main object type is type without a parent type.
Public propertyObjectTypes
Gets the set of object types to be stored in the repository.
Public propertyObjectTypesFilterConditions
Gets the dictionary of object types filter conditions [ObjectType] -> [WhereCondition]. Only objects meeting these conditions will be stored.
Public propertyRepositoryRootPath
Gets root path to file system repository (with trailing backslash).
Top
See Also