This documentation is archived and is not being maintained.
SecurityNamespace::HasWritePermission Method (String, Int32)
Visual Studio 2013
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::BooleanTrue if the current user has the authority to change the specified permissions bits; otherwise, false.
- 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.
Show: