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.
Return a list of artifacts corresponding to elements of ArtifactUriList.
Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
<SoapDocumentMethodAttribute(Action := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Linking/03/GetArtifacts")> _
<ClientIgnoreAttribute> _
Public Function GetArtifacts ( _
    artifactUris As String() _
) As Artifact()
[WebMethodAttribute]
[SoapDocumentMethodAttribute(Action = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Linking/03/GetArtifacts")]
[ClientIgnoreAttribute]
public Artifact[] GetArtifacts(
    string[] artifactUris
)
[WebMethodAttribute]
[SoapDocumentMethodAttribute(Action = L"https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Linking/03/GetArtifacts")]
[ClientIgnoreAttribute]
public:
array<Artifact^>^ GetArtifacts(
    array<String^>^ artifactUris
)
[<WebMethodAttribute>]
[<SoapDocumentMethodAttribute(Action = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Linking/03/GetArtifacts")>]
[<ClientIgnoreAttribute>]
member GetArtifacts : 
        artifactUris:string[] -> Artifact[] 
public function GetArtifacts(
    artifactUris : String[]
) : Artifact[]
Parameters
- artifactUris 
 Type: array<System.String[]- A list of BIS formatted Uris. 
Return Value
Type: array<Microsoft.TeamFoundation.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.