IWorkspaceTemplate.AddMapping Method
Include Protected Members
Include Inherited Members
Adds a workspace mapping to the 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 | |
---|---|---|
AddMapping() | Adds a workspace mapping to this workspace. | |
AddMapping(String, String, WorkspaceMappingType) | Adds a workspace mapping that has the specified server item, local item, and mapping type. Sets the mapping depth to 120. | |
AddMapping(String, String, WorkspaceMappingType, WorkspaceMappingDepth) | Adds a workspace mapping that has the specified server item, local item, mapping type, and depth. |
Top