I set up a project using the steps here so I could use the Kentico API in an external project.Everything works well, but I don't know how to get the proper site ID. I'm using the code below:activi...
A
I'm trying to create an alias for a page but am getting an error due to SiteContext.CurrentSiteID being 0 and SiteContext.CurrentSiteName being blank. Here's the code:DocumentAliasInfo alias = new...
Hello,I'm using Kentico 8.2 as a content platform on domain 'ABC' and MVC project on domain 'XYZ'.When I call method like...public ActionResult Index(string path) { var alias = DocumentAliasInf...