Click or drag to resize
RepositoryLocationsCollection Constructor (IEnumerableString)
Creates a new instance of file locations collection with given locations within.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public RepositoryLocationsCollection(
	IEnumerable<string> locations
)

Parameters

locations
Type: System.Collections.GenericIEnumerableString
Enumeration of file locations.
See Also