VersionControlServer.CreateWorkspace-Methode (String, String, String, array<WorkingFolder , String, WorkspacePermissionProfile, Boolean)
Erstellt einen neuen Workspace.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function CreateWorkspace ( _
name As String, _
owner As String, _
comment As String, _
mappings As WorkingFolder(), _
computer As String, _
permissionProfile As WorkspacePermissionProfile, _
removeUnparentedCloaks As Boolean _
) As Workspace
public Workspace CreateWorkspace(
string name,
string owner,
string comment,
WorkingFolder[] mappings,
string computer,
WorkspacePermissionProfile permissionProfile,
bool removeUnparentedCloaks
)
Parameter
- name
Typ: System.String
Der Name der zu erstellenden Workspace.Muss für diesen Besitzer eindeutig sein.
- owner
Typ: System.String
Der Besitzer zu erstellen Workspace.
- comment
Typ: System.String
Ein beschreibender Kommentar für Workspace.
- mappings
Typ: array<Microsoft.TeamFoundation.VersionControl.Client.WorkingFolder[]
Ein Array für Workspace einzurichten, Arbeitsordner.
- computer
Typ: System.String
Der Computer, auf denen Workspace vorhanden ist.
- permissionProfile
Typ: Microsoft.TeamFoundation.VersionControl.Client.WorkspacePermissionProfile
Das Berechtigungsprofil für dieses Workspace.
- removeUnparentedCloaks
Typ: System.Boolean
Wenn true, Zuordnungsfehler entfernt, die sicher ignoriert werden können.
Rückgabewert
Typ: Microsoft.TeamFoundation.VersionControl.Client.Workspace
Ein Verweis auf einen Arbeitsbereichsobjekt, das neue Workspace darstellt.
Hinweise
Die aufrufende Identität muss die globale Berechtigung CreateWorkspace haben.Eine - Ausnahme wird ausgelöst, wenn der Arbeitsbereich nicht erstellt werden kann.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.