private void AddTaggedNodesSection(UserPageParameters userPageParameters, User owner, bool gotMasthead) { if (gotMasthead && (InputContext.GetSiteOptionValueBool("PersonalSpace", "IncludeTaggedNodes") || userPageParameters.IncludeUsersGuideEntriesForums)) { //Get the Users Crumbtrail - all the nodes + ancestors the user is tagged to . Category category = new Category(InputContext); category.GetUserCrumbTrail(owner.UserID); AddInside(category); } }