Edit

Share via


GitImportTfvcSource Class

Definition

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
GitImportTfvcSource
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)

Applies to