StructuredLocation Constructor (String, IEnumerableString) |
Creates new instance of
StructuredLocation for provided
mainLocation
and fills it with additional locations from provided
additionalLocations.
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 12.0.0
Syntax 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