Click or drag to resize
RepositoryConfigurationFile Class
Represents a configuration file of the repository. The configuration specifies which main object types are to be included in the repository.
Inheritance Hierarchy
SystemObject
  CMS.ContinuousIntegration.InternalRepositoryConfigurationFile

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
[SerializableAttribute]
public sealed class RepositoryConfigurationFile

The RepositoryConfigurationFile type exposes the following members.

Constructors
  NameDescription
Public methodRepositoryConfigurationFile
Initializes a new instance of repository configuration file.
Top
Properties
  NameDescription
Public propertyExcludedCodeNames
Set of excluded code names for each object type.
Public propertyExcludedObjectTypes
Set of main object types to be excluded from the repository. Empty set means no main object types.
Public propertyIncludedObjectTypes
Set of main object types to be included in the repository. Empty set means all main object types.
Top
Remarks
This class is public for the purpose of serialization only. It is not intended for public use.
See Also