Click or drag to resize
RepositoryConfigurationFileExcludedObjectTypes Property
Set of main object types to be excluded from the repository. Empty set means no main object types.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public HashSet<string> ExcludedObjectTypes { get; }

Property Value

Type: HashSetString
Remarks
When an object type belongs to both IncludedObjectTypes and ExcludedObjectTypes, it is excluded from the repository.
See Also