[This is preliminary documentation and is subject to change.]
Gets information about the specified target
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool GetInfo( SvnTarget target, out SvnInfoEventArgs info ) |
| Visual Basic (Declaration) |
|---|
Public Function GetInfo ( _ target As SvnTarget, _ <OutAttribute> ByRef info As SvnInfoEventArgs _ ) As Boolean |
| Visual C++ |
|---|
public: bool GetInfo( SvnTarget^ target, [OutAttribute] SvnInfoEventArgs^% info ) |
Parameters
- target
- Type: SharpSvn..::.SvnTarget
[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.GetInfo(SharpSvn.SvnTarget,SharpSvn.SvnInfoEventArgs@)"]
- info
- Type:
SharpSvn..::.SvnInfoEventArgs
%
[Missing <param name="info"/> documentation for "M:SharpSvn.SvnClient.GetInfo(SharpSvn.SvnTarget,SharpSvn.SvnInfoEventArgs@)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.GetInfo(SharpSvn.SvnTarget,SharpSvn.SvnInfoEventArgs@)]