Click or drag to resize
FileSystemRepositoryConfigurationBuilderObjectTypes Property
Set of object types to be stored in the repository. When this set is empty, repository configuration file is loaded and used.

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

Property Value

Type: ISetString
See Also