Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8814339
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T04:05:50+00:00 2026-06-14T04:05:50+00:00

I have a custom part Feature here’s the model public class FeatureRecord : ContentPartRecord

  • 0

I have a custom part “Feature” here’s the model

public class FeatureRecord : ContentPartRecord
{
    public virtual bool IsFeatured { get; set; }
    public virtual string Text { get; set; }

}

public class FeaturePart : ContentPart<FeatureRecord>
{
    [Display(Name = "Is featured")]
    public bool IsFeatured
    {
        get { return Record.IsFeatured;  }
        set { Record.IsFeatured = value; }
    }

    [StringLength(400)]
    [Display(Name = "Feature Text")]
    public string FeatureText
    {
        get { return Record.Text; }
        set { Record.Text = value;  }
    }

}

I want to set up a query for a projection widget, with a filter biased on the IsFeatured value being true

However only Filed values appear on the list of options for the filter. How can I expose custom part data to the filter option values ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T04:05:52+00:00Added an answer on June 14, 2026 at 4:05 am

    You can add new properties to use with projections through the Bindings tab under projections.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently I have a custom Web Part, deployed as a Feature, and it accesses
I have a custom dialog that is showen when InstallPEDatabase feature is selected. Here
I have sevevral custom actions as part of an MSI project, defined in vS2008.
I have a custom Sharepoint 2010 web part that runs the user through a
We have an ascx custom control (not a web part) hosted in a special
I have custom validation rule: public function customRule($check) { } Inside this rule I
I have created a SharePoint web part which has custom properties that the user
I have a problem with SharePoint custom web part. It was successfully deployed and
I have a feature which provisions a custom Default.aspx file to my publishing site
I have built a custom web part using Visual Studio. Is it possible to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.