Sep.Git.Tfs.Commands.Create.Run C# (CSharp) Method

Run() public method

public Run ( string tfsUrl, string projectName ) : int
tfsUrl string
projectName string
return int
        public int Run(string tfsUrl, string projectName)
        {
            return Run(tfsUrl, projectName, Path.GetFileName(projectName));
        }

Same methods

Create::Run ( string tfsUrl, string projectName, string gitRepositoryPath ) : int