| RepositoryConfigurationFile Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.ContinuousIntegration.Internal
 Syntax
Syntax[SerializableAttribute] public sealed class RepositoryConfigurationFile
The RepositoryConfigurationFile type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RepositoryConfigurationFile | 
            Initializes a new instance of repository configuration file.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ExcludedCodeNames | 
            Set of excluded code names for each object type.
             | 
|  | ExcludedObjectTypes | 
            Set of main object types to be excluded from the repository. Empty set means no main object types.
             | 
|  | IncludedObjectTypes | 
            Set of main object types to be included in the repository. Empty set means all main object types.
             | 
 Remarks
Remarks See Also
See Also