AsposeVisualStudioPluginPdf.Core.GitHelper.getLocalRepositoryPath C# (CSharp) Метод

getLocalRepositoryPath() публичный статический Метод

public static getLocalRepositoryPath ( AsposeComponent component ) : string
component AsposeComponent
Результат string
        public static string getLocalRepositoryPath(AsposeComponent component)
        {
            return AsposeComponentsManager.getAsposeHomePath() + "gitrepos" + "/" + component.get_name();
        }