[This is preliminary documentation and is subject to change.]
Associate the specified path(s) with the specified changelist (svn changelist)
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool AddToChangeList( ICollection<string> targets, string changeList ) |
| Visual Basic (Declaration) |
|---|
Public Function AddToChangeList ( _ targets As ICollection(Of String), _ changeList As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool AddToChangeList( ICollection<String^>^ targets, String^ changeList ) |
Parameters
- targets
- Type: System.Collections.Generic..::.ICollection<(Of <(String>)>)
[Missing <param name="targets"/> documentation for "M:SharpSvn.SvnClient.AddToChangeList(System.Collections.Generic.ICollection{System.String},System.String)"]
- changeList
- Type: System..::.String
[Missing <param name="changeList"/> documentation for "M:SharpSvn.SvnClient.AddToChangeList(System.Collections.Generic.ICollection{System.String},System.String)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.AddToChangeList(System.Collections.Generic.ICollection{System.String},System.String)]