Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CloneOptions Class

 

Options that can be specified during a Clone operation

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

System::Object
  Microsoft.TeamFoundation.TestManagement.Client::CloneOptions

public ref class CloneOptions sealed 

NameDescription
System_CAPS_pubpropertyCloneRequirements

If we need to clone requirements for Requirement Based suite, default to false

System_CAPS_pubpropertyCopyAllSuites

System_CAPS_pubpropertyCopyAncestorHierarchy

System_CAPS_pubpropertyDestinationWorkItemType

Name of the workitem type of the clone

System_CAPS_pubpropertyOverrideFieldDetails

System_CAPS_pubpropertyOverrideFieldName

The name of any Field that must be overridden with the supplied during Clone operation.

You can pass the Field's ReferenceName, such as System.IterationPath, or the regular name, such as IterationPath Set null for no override

System_CAPS_pubpropertyOverrideFieldValue

The value with which the Field specified in has to be overridden.

Must be defined if is not null.

System_CAPS_pubpropertyRelatedLinkComment

Comment on the link that will link the new clone test case to the original Set null for no comment

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Overrides Object::ToString().)

No content here will be updated; please do not add material here.

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

Return to top
Show: