SenseNet.Portal.Site.GetUrlByRepositoryPath C# (CSharp) Method

GetUrlByRepositoryPath() public static method

public static GetUrlByRepositoryPath ( string url, string repositoryPath ) : string
url string
repositoryPath string
return string
		public static string GetUrlByRepositoryPath(string url, string repositoryPath)
		{
            return PortalContext.GetUrlByRepositoryPath(url, repositoryPath);
		}