Summary
Gets the collection of filenames of bundle files to apply, in the order to apply them.
Default is empty.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- UnbundleCommand
Syntax
public Collection<string> FileNames { get; }
Attributes
Type | Description |
---|---|
Repeatable |
This attribute can be applied to collection-properties in option classes, to specify the option to prefix each element in the collection with, when building the command line arguments for the Mercurial executable. |
Value
Type | Description |
---|---|
Collection |