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

Gets the Uuid of a Uri, or Empty if path is not versioned

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

Syntax

C#
public bool GetRepositoryIdFromUri(
	Uri uri,
	out Guid id
)
Visual Basic (Declaration)
Public Function GetRepositoryIdFromUri ( _
	uri As Uri, _
	<OutAttribute> ByRef id As Guid _
) As Boolean
Visual C++
public:
bool GetRepositoryIdFromUri(
	Uri^ uri, 
	[OutAttribute] Guid% id
)

Parameters

uri
Type: System..::.Uri

[Missing <param name="uri"/> documentation for "M:SharpSvn.SvnClient.GetRepositoryIdFromUri(System.Uri,System.Guid@)"]

id
Type: System..::.Guid %

[Missing <param name="id"/> documentation for "M:SharpSvn.SvnClient.GetRepositoryIdFromUri(System.Uri,System.Guid@)"]

Return Value

true if successfull, otherwise false

See Also