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

[Missing <summary> documentation for M:SharpSvn.SvnClient.GetLog(System.Uri,SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnLogEventArgs}@)]

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

Syntax

C#
public bool GetLog(
	Uri target,
	SvnLogArgs args,
	out Collection<SvnLogEventArgs> logItems
)
Visual Basic (Declaration)
Public Function GetLog ( _
	target As Uri, _
	args As SvnLogArgs, _
	<OutAttribute> ByRef logItems As Collection(Of SvnLogEventArgs) _
) As Boolean
Visual C++
public:
bool GetLog(
	Uri^ target, 
	SvnLogArgs^ args, 
	[OutAttribute] Collection<SvnLogEventArgs^>^% logItems
)

Parameters

target
Type: System..::.Uri

[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.GetLog(System.Uri,SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnLogEventArgs}@)"]

args
Type: SharpSvn..::.SvnLogArgs

[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.GetLog(System.Uri,SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnLogEventArgs}@)"]

logItems
Type: System.Collections.ObjectModel..::.Collection<(Of <(SvnLogEventArgs>)>) %

[Missing <param name="logItems"/> documentation for "M:SharpSvn.SvnClient.GetLog(System.Uri,SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnLogEventArgs}@)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.GetLog(System.Uri,SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection{SharpSvn.SvnLogEventArgs}@)]

See Also