C# (CSharp) EPiUtilities.Filters 네임스페이스

클래스들

이름 설명
DateIntervalFilter A filter which filters pages on whether a certain property is in a given date interval. If the property has no value the page will be removed as well. If you need a "later than" or "earlier than" filter just use DateTime.MaxValue or MinValue as one of the boundaries.
PageTypeFilter A filter class that can filter PageDataCollections to only contain pages of certain type(s).
PagerFilter A filter which filters the collection to only contain the pages in a given page given a page size and page number.