This documentation is archived and is not being maintained.
WorkingFolder Class
Visual Studio 2013
Represents a working folder setting.
System::Object
Microsoft.TeamFoundation.VersionControl.Client::Mapping
Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder
Microsoft.TeamFoundation.VersionControl.Client::Mapping
Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The WorkingFolder type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WorkingFolder(String, String) | Initializes a new working folder object that represents a mapping of serverItem to localItem. |
![]() | WorkingFolder(String, String, WorkingFolderType) | Creates a working folder object. |
![]() | WorkingFolder(String, String, WorkingFolderType, RecursionType) | Creates a working folder object. |
| Name | Description | |
|---|---|---|
![]() | Depth | Gets the recursion type for the mapping. (Inherited from Mapping.) |
![]() | DisplayServerItem | Gets the display string for a server item. (Inherited from Mapping.) |
![]() | IsCloaked | Gets a flag that describes whether this mapping is a cloak. |
![]() | LocalItem | Gets the local folder for this item map. |
![]() ![]() | LocalItemComparer | Comparer to sort WorkingFolder instances that are based on a local path. |
![]() | ServerItem | Gets the path of the server item that is associated with this mapping. (Inherited from Mapping.) |
![]() ![]() | ServerItemComparer | Comparer to sort WorkingFolder instances that are based on a server path. |
![]() | Type | Gets the type of the mapped working folder. (Inherited from Mapping.) |
| Name | Description | |
|---|---|---|
![]() ![]() | AreSetsEqual | Returns true if two sets of WorkingFolders are identical. |
![]() | Clone | Creates a copy of this WorkingFolder instance. |
![]() | Equals | Compare this instance to another WorkingFolder instance for equality. (Overrides Mapping::Equals(Object).) |
![]() | GetHashCode | Generates a hash code for this instance. (Overrides Mapping::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GetWorkspaceRoots | Defines the collections of workspace roots from the working folders. |
![]() | ToString | Describes this WorkingFolder object in a user-readable string. (Overrides Mapping::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Compares two WorkingFolder instances for equality. |
![]() ![]() | Inequality | Compares two WorkingFolder instances for inequality. |
Show:
