TeamFoundationLinkingService.GetArtifactUrlExternal Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetArtifactUrlExternal(TeamFoundationRequestContext, ArtifactId) | Gets URL for artifact for addressability in links. This version will get the server URL part from web.config. It is intended to generate a URL for external access. | |
GetArtifactUrlExternal(TeamFoundationRequestContext, String) | Gets URL for artifact for addressability in links. This version will get the server URL part from web.config. It is intended to generate a URL for external access. |
Top