Workspace.Update Method
Include Protected Members
Include Inherited Members
Updates a workspace.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Update(UpdateWorkspaceParameters) | Update a workspace using an UpdateWorkspaceParameters object as the source for update instructions. Only those properties on the UpdateWorkspaceParameters that you want to change must be populated. | |
Update(String, String, array<WorkingFolder[]) | Updates the properties of a workspace. | |
Update(String, String, array<WorkingFolder[], Boolean) | Update the properties of a workspace. | |
Update(String, String, String, array<WorkingFolder[], Boolean) | Updates the properties of a workspace. | |
Update(String, String, String, String, array<WorkingFolder[], WorkspacePermissionProfile, Boolean) | Updates the properties of a workspace. |
Top