ILinking.GetArtifactUrlExternal Method (String)
Gets the URL for an artifact for addressability in links. This version generates a URL for external access.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Function GetArtifactUrlExternal ( _
uri As String _
) As String
string GetArtifactUrlExternal(
string uri
)
String^ GetArtifactUrlExternal(
String^ uri
)
abstract GetArtifactUrlExternal :
uri:string -> string
function GetArtifactUrlExternal(
uri : String
) : String
Parameters
uri
Type: System.StringThe URI of the artifact for which a URL is desired.
Return Value
Type: System.String
The URL for the specified artifact.
.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.