Click or drag to resize
StructuredLocation Constructor (String, IEnumerableString)
Creates new instance of StructuredLocation for provided mainLocation and fills it with additional locations from provided additionalLocations.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public StructuredLocation(
	string mainLocation,
	IEnumerable<string> additionalLocations
)

Parameters

mainLocation
Type: SystemString
Paths that identifies to what object additional locations belong to.
additionalLocations
Type: System.Collections.GenericIEnumerableString
Collection of paths to additional parts of the object stored in the mainLocation.
See Also