[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:SharpSvn.SvnClient.GetChangeList(System.String,SharpSvn.SvnListChangeListArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnListChangeListEventArgs}@)]

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public bool GetChangeList(
	string rootPath,
	SvnListChangeListArgs args,
	out Collection<SvnListChangeListEventArgs> list
)
Visual Basic (Declaration)
Public Function GetChangeList ( _
	rootPath As String, _
	args As SvnListChangeListArgs, _
	<OutAttribute> ByRef list As Collection(Of SvnListChangeListEventArgs) _
) As Boolean
Visual C++
public:
bool GetChangeList(
	String^ rootPath, 
	SvnListChangeListArgs^ args, 
	[OutAttribute] Collection<SvnListChangeListEventArgs^>^% list
)

Parameters

rootPath
Type: System..::.String

[Missing <param name="rootPath"/> documentation for "M:SharpSvn.SvnClient.GetChangeList(System.String,SharpSvn.SvnListChangeListArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnListChangeListEventArgs}@)"]

args
Type: SharpSvn..::.SvnListChangeListArgs

[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.GetChangeList(System.String,SharpSvn.SvnListChangeListArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnListChangeListEventArgs}@)"]

list
Type: System.Collections.ObjectModel..::.Collection<(Of <(SvnListChangeListEventArgs>)>) %

[Missing <param name="list"/> documentation for "M:SharpSvn.SvnClient.GetChangeList(System.String,SharpSvn.SvnListChangeListArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnListChangeListEventArgs}@)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.GetChangeList(System.String,SharpSvn.SvnListChangeListArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnListChangeListEventArgs}@)]

See Also