IdentityManagementWebService2.AddRecentUser Method
Adds the passed in guid to recent user list for the calling user
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub AddRecentUser ( _
teamFoundationId As Guid _
)
[WebMethodAttribute]
public void AddRecentUser(
Guid teamFoundationId
)
[WebMethodAttribute]
public:
void AddRecentUser(
Guid teamFoundationId
)
[<WebMethodAttribute>]
member AddRecentUser :
teamFoundationId:Guid -> unit
public function AddRecentUser(
teamFoundationId : Guid
)
Parameters
teamFoundationId
Type: System.GuidGuid for identity being added to recent users list
.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.