Interface IMetaViewPreference
Allows an object to implement meta view preference storage. (Obsolete)
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
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[] |