StrongBoxWebService.GetDrawerContents Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetDrawerContents ( _
    drawerId As Guid _
) As List(Of StrongBoxItemInfo)
[WebMethodAttribute]
public List<StrongBoxItemInfo> GetDrawerContents(
    Guid drawerId
)
[WebMethodAttribute]
public:
List<StrongBoxItemInfo^>^ GetDrawerContents(
    Guid drawerId
)
[<WebMethodAttribute>]
member GetDrawerContents : 
        drawerId:Guid -> List<StrongBoxItemInfo> 
public function GetDrawerContents(
    drawerId : Guid
) : List<StrongBoxItemInfo>

Parameters

Return Value

Type: System.Collections.Generic.List<StrongBoxItemInfo>

.NET Framework Security

See Also

Reference

StrongBoxWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace