TeamFoundationVersionControlService.UpdateItemSecurity Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Function UpdateItemSecurity ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
changes As SecurityChange() _
) As TeamFoundationDataReader
public TeamFoundationDataReader UpdateItemSecurity(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
SecurityChange[] changes
)
public:
TeamFoundationDataReader^ UpdateItemSecurity(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ workspaceOwner,
array<SecurityChange^>^ changes
)
member UpdateItemSecurity :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
workspaceOwner:string *
changes:SecurityChange[] -> TeamFoundationDataReader
public function UpdateItemSecurity(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
workspaceOwner : String,
changes : SecurityChange[]
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- changes
Type: array<Microsoft.TeamFoundation.VersionControl.Server.SecurityChange[]
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.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.