Click or drag to resize
RepositoryLocationsCollectionStructuredLocations Property
Collection of StructuredLocations with main location of an object and set of all additional file locations, where other parts of the (main) object are stored.

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

Property Value

Type: IEnumerableStructuredLocation
See Also