BlogEngine.Core.Notes.QuickNotes.QuickNotes C# (CSharp) Method

QuickNotes() public method

public QuickNotes ( string user ) : System
user string
return System
        public QuickNotes(string user)
        {
            author = user;
            cacheKey = user + "_" + "QuickNotes";
            cacheKeySettings = user + "_" + "QuickSettings";
        }