Oglr.Core.ContentRootChanged.ContentRootChanged C# (CSharp) Method

ContentRootChanged() public method

public ContentRootChanged ( string oldContentRootFolder, string contentRootFolder ) : System
oldContentRootFolder string
contentRootFolder string
return System
        public ContentRootChanged(string oldContentRootFolder, string contentRootFolder)
        {
            OldContentRootFolder = oldContentRootFolder;
            NewContentRootFolder = contentRootFolder;
        }
ContentRootChanged