// Token: 0x06001F23 RID: 7971 RVA: 0x000B2FBC File Offset: 0x000B11BC
        public static void RenderCategoryDropDownList(TextWriter writer, OwaStoreObjectId folderId)
        {
            CategoryDropDownList categoryDropDownList = new CategoryDropDownList(folderId);

            categoryDropDownList.Render(writer);
        }