You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. Create an interface with the properties that are queryable. For example, make only the status queryable:
publicinterfaceIHavingStatus{ContentStatusStatus{get;set;}}publicclassAgenda:IHavingStatus{publicintId{get;set;}//All other propertiespublicContentStatusStatus{get;set;}}
Is there any way to restrict what fields we will allow users to query? If so would you mind directing me to how to properly do this.
The text was updated successfully, but these errors were encountered: