Click or drag to resize
FileSystemRepositoryConfigurationObjectTypes Property
Gets the set of object types to be stored in the repository.

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
Remarks
The set includes root types and their child types.
See Also