This documentation is archived and is not being maintained.

WorkingFolder Class

Represents a working folder setting.

System::Object
  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)

public ref class WorkingFolder sealed : public Mapping, 
	ICloneable

The WorkingFolder type exposes the following members.

  NameDescription
Public methodWorkingFolder(String, String)Initializes a new working folder object that represents a mapping of serverItem to localItem.
Public methodWorkingFolder(String, String, WorkingFolderType)Creates a working folder object.
Public methodWorkingFolder(String, String, WorkingFolderType, RecursionType)Creates a working folder object.
Top

  NameDescription
Public propertyDepthGets the recursion type for the mapping. (Inherited from Mapping.)
Public propertyDisplayServerItemGets the display string for a server item. (Inherited from Mapping.)
Public propertyIsCloakedGets a flag that describes whether this mapping is a cloak.
Public propertyLocalItemGets the local folder for this item map.
Public propertyStatic memberLocalItemComparerComparer to sort WorkingFolder instances that are based on a local path.
Public propertyServerItemGets the path of the server item that is associated with this mapping. (Inherited from Mapping.)
Public propertyStatic memberServerItemComparerComparer to sort WorkingFolder instances that are based on a server path.
Public propertyTypeGets the type of the mapped working folder. (Inherited from Mapping.)
Top

  NameDescription
Public methodStatic memberAreSetsEqualReturns true if two sets of WorkingFolders are identical.
Public methodCloneCreates a copy of this WorkingFolder instance.
Public methodEqualsCompare this instance to another WorkingFolder instance for equality. (Overrides Mapping::Equals(Object).)
Public methodGetHashCodeGenerates a hash code for this instance. (Overrides Mapping::GetHashCode().)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodStatic memberGetWorkspaceRootsDefines the collections of workspace roots from the working folders.
Public methodToStringDescribes this WorkingFolder object in a user-readable string. (Overrides Mapping::ToString().)
Top

  NameDescription
Public operatorStatic memberEqualityCompares two WorkingFolder instances for equality.
Public operatorStatic memberInequalityCompares two WorkingFolder instances for inequality.
Top

  NameDescription
Public fieldStatic memberDepthOneStringReturns the string which represents a one depth mapping.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: