AsposeVisualStudioPluginPdf.Core.GitHelper.getLocalRepositoryPath C# (CSharp) Method

getLocalRepositoryPath() public static method

public static getLocalRepositoryPath ( AsposeComponent component ) : string
component AsposeComponent
return string
        public static string getLocalRepositoryPath(AsposeComponent component)
        {
            return AsposeComponentsManager.getAsposeHomePath() + "gitrepos" + "/" + component.get_name();
        }