Try our conversational search powered by Generative AI!

FilterRemoveNullValues

Vote:
 
Hi! I need to filter a pagedatacollection from pages that have a show/not show propterty set to null. I found FilterRemoveNullValues that sounded like a perfect function, but it doesn´t work for me. Can someone help me with some examplecode? Thanx /Helena
#13327
Jan 21, 2008 16:20
Vote:
 
You should be able to do like this: EPiServer.Filters.FilterRemoveNullValues filter = new EPiServer.Filters.FilterRemoveNullValues("PropertyName"); EPiServer.Core.PageDataCollection pdc = GetChildren(Global.EPConfig.StartPage ); filter.Filter(null, new EPiServer.Filters.FilterEventArgs(pdc)); The filter will remove the pages where the "PropertyName"-value is null. /Øyvind
#15598
Jan 30, 2008 13:02
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.