This documentation is archived and is not being maintained.
BuildClientUtil::CreateWorkspace Method
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
public: static Workspace^ CreateWorkspace( VersionControlServer^ versionControl, String^ name, IEnumerable<WorkingFolder^>^ folders, String^ comment, IEnumerable<AccessControlEntry^>^ wsSecurity )
Parameters
- versionControl
- Type: Microsoft.TeamFoundation.VersionControl.Client::VersionControlServer
- name
- Type: System::String
- folders
- Type: System.Collections.Generic::IEnumerable<WorkingFolder>
- comment
- Type: System::String
- wsSecurity
- Type: System.Collections.Generic::IEnumerable<AccessControlEntry>
- 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: