Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IMetaViewPreference

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

Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.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[]