This documentation is archived and is not being maintained.
TeamProjectFolderPermission Constructor
Visual Studio 2013
Initializes a new instance of the TeamProjectFolderPermission class using the specified identity name.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: TeamProjectFolderPermission( String^ identityName, array<String^>^ allowPermission, array<String^>^ denyPermission )
Parameters
- identityName
- Type: System::String
The identity name.
- allowPermission
- Type: array<System::String>
The allow permission.
- denyPermission
- Type: array<System::String>
The deny permission.
- 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: