SharpCvsLib

AddCommand.Folders Property

Folders that will be added/ updated when the add command is executed. Each folder contains an entry request, even though the actual entry does not exist on the hard drive.

[Visual Basic]
Public Property Folders As Folders
[C#]
public ICSharpCode.SharpCvsLib.FileSystem.Folders Folders {get; set;}

Property Value

Missing <value> documentation for P:ICSharpCode.SharpCvsLib.Commands.AddCommand.Folders

See Also

AddCommand Class | ICSharpCode.SharpCvsLib.Commands Namespace