London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IMetaViewPreference

Allows an object to implement meta view preference storage. (Obsolete)

Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public interface IMetaViewPreference

Methods

GetFilters()

Gets the filters.

Declaration
FilterElementCollection GetFilters()
Returns
Type Description
FilterElementCollection

GetSorting()

Gets the sorting.

Declaration
SortingElementCollection GetSorting()
Returns
Type Description
SortingElementCollection

GetVisibleMetaField()

Gets the visible meta field.

Declaration
MetaField[] GetVisibleMetaField()
Returns
Type Description
MetaField[]