CatalogWebService.QueryResourceTypes Method
Returns the resource types for all of the specified identifiers. If null or an empty list is passed in, all resource types will be returned.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryResourceTypes ( _
resourceTypeIdentifiers As Guid() _
) As List(Of CatalogResourceType)
[WebMethodAttribute]
public List<CatalogResourceType> QueryResourceTypes(
Guid[] resourceTypeIdentifiers
)
[WebMethodAttribute]
public:
List<CatalogResourceType^>^ QueryResourceTypes(
array<Guid>^ resourceTypeIdentifiers
)
[<WebMethodAttribute>]
member QueryResourceTypes :
resourceTypeIdentifiers:Guid[] -> List<CatalogResourceType>
public function QueryResourceTypes(
resourceTypeIdentifiers : Guid[]
) : List<CatalogResourceType>
Parameters
resourceTypeIdentifiers
Type: array<System.Guid[]Identifiers for the resource types that should be returned. If this has a value of null or empty, all resource types will be returned.
Return Value
Type: System.Collections.Generic.List<CatalogResourceType>
Resource types for the requested identifiers.
.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.