StrongBoxWebService.GetDrawerContents Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- drawerId
Type: System.Guid
Return Value
Type: System.Collections.Generic.List<StrongBoxItemInfo>
.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.