This documentation is archived and is not being maintained.

SecurityNamespace::HasWritePermission Method (String, Int32)

Checks whether the current user has authority to write the specified permissions.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
virtual bool HasWritePermission(
	String^ token, 
	int permissionsToChange
) abstract

Parameters

token
Type: System::String

The token for which to check write permissions.

permissionsToChange
Type: System::Int32

The permission bits that the authorized user may want to change.

Return Value

Type: System::Boolean
True if the current user has the authority to change the specified permissions bits; otherwise, false.

Show: