Click or drag to resize
RepositoryConfigurationFileIncludedObjectTypes Property
Set of main object types to be included in the repository. Empty set means all main object types.

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

Property Value

Type: HashSetString
See Also