This documentation is archived and is not being maintained.
VersionSpec::AddDeletionModifierIfNecessary Method (String, Int32)
Visual Studio 2013
Formats a path to include the deletion ID if it is nonzero.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: static String^ AddDeletionModifierIfNecessary( String^ path, int deletionId )
Return Value
Type: System::StringA string that represents the path that has a formatted deletion modifier added, if it is nonzero.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: