GitImportTfvcSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameter for creating a git import request when source is tfvc version control
[System.Runtime.Serialization.DataContract]
public class GitImportTfvcSource : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitImportTfvcSource = class
inherit VersionControlSecuredObject
Public Class GitImportTfvcSource
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
| GitImportTfvcSource() |
Properties
| ImportHistory |
Set true to import History, false otherwise |
| ImportHistoryDurationInDays |
Get history for last n days (max allowed value is 180 days) |
| Path |
Path which we want to import (this can be copied from Path Control in Explorer) |
Methods
| SetSecuredObject(ISecuredObject) | (Inherited from VersionControlSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |