SenseNet.Portal.UI.ContentListViews.ViewFrame.GetSelectedView C# (CSharp) Method

GetSelectedView() public static method

public static GetSelectedView ( string hash ) : string
hash string
return string
        public static string GetSelectedView(string hash)
        {
            return HttpContext.Current.Session[hash] as string;
        }
        public static void SetView(string hash, string viewPath)