Click or drag to resize
RepositoryLocationsCollectionMainLocations Property
Usually there is only one main location in this collection, unless stored object is a wrapper for multiple (wrapped) objects that exists separately.

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

Property Value

Type: IEnumerableString
See Also