SaaS CMS has officially launched! Learn more now.

Interface IMetaViewPreference

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

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