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