RepositoryLocationsCollection Constructor (IEnumerableString) |
Creates a new instance of file locations collection with given locations within.
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
Syntax public RepositoryLocationsCollection(
IEnumerable<string> locations
)
Parameters
- locations
- Type: System.Collections.GenericIEnumerableString
Enumeration of file locations.
See Also