Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URI of the Artifact at the specified URL.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function GetArtifactUri ( _
artifactUrl As String _
) As String
public static string GetArtifactUri(
string artifactUrl
)
public:
static String^ GetArtifactUri(
String^ artifactUrl
)
static member GetArtifactUri :
artifactUrl:string -> string
public static function GetArtifactUri(
artifactUrl : String
) : String
Parameters
artifactUrl
Type: System.StringThe URL of the Artifact of which the URI is desired.
Return Value
Type: System.String
Gets the URI of the of the Artifact at the specified URL.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.