GitIntegration.QueryRefs Method
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryRefs ( _
repositoryId As Guid, _
refTypeFilter As String _
) As TfsGitRef()
[WebMethodAttribute]
public TfsGitRef[] QueryRefs(
Guid repositoryId,
string refTypeFilter
)
[WebMethodAttribute]
public:
array<TfsGitRef^>^ QueryRefs(
Guid repositoryId,
String^ refTypeFilter
)
[<WebMethodAttribute>]
member QueryRefs :
repositoryId:Guid *
refTypeFilter:string -> TfsGitRef[]
public function QueryRefs(
repositoryId : Guid,
refTypeFilter : String
) : TfsGitRef[]
Parameters
- repositoryId
Type: System.Guid
- refTypeFilter
Type: System.String
Return Value
Type: array<Microsoft.TeamFoundation.Git.Server.Serialization.TfsGitRef[]
.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.