CloneOptions Class
Options that can be specified during a Clone operation
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | CloneOptions() |
| Name | Description | |
|---|---|---|
![]() | CloneRequirements | If we need to clone requirements for Requirement Based suite, default to false |
![]() | CopyAllSuites | |
![]() | CopyAncestorHierarchy | |
![]() | DestinationWorkItemType | Name of the workitem type of the clone |
![]() | OverrideFieldDetails | |
![]() | OverrideFieldName | 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 |
![]() | OverrideFieldValue | The value with which the Field specified in has to be overridden. Must be defined if is not null. |
![]() | RelatedLinkComment | Comment on the link that will link the new clone test case to the original Set null for no comment |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.

