Interface ListSchema_InView

Hierarchy

Index

Properties

Properties

public Aggregate: { [name: string]: string; }

Key-value object that represents all aggregations defined for the view. Key specifies the field internal name, and value specifies the type of the aggregation.

(): string

Returns

string

public Collapse: string

Either "TRUE" or false (for grouping)

public DefaultItemOpen: string

Specifies whether to open items in a client application ("1") or in browser ("0").

public Direction: string

public EffectivePresenceEnabled: string

Either "0" or "1"

public Field: FieldSchema[]

public FieldSortParam: string

If in grid mode (context.inGridMode == true), cast to FieldSchema_InForm[], otherwise cast to FieldSchema_InView[]

public Filter: any

public ForceCheckout: string

Either "0" or "1"

public HasTitle: string

"1" if the view contains "Title" field, otherwise not defined.

public HttpVDir: string

public InplaceSearchEnabled: string

Either "0" or "1"

public IsDocLib: string

Either "0" or "1"

public LCID: string

e.g. "1033"

public ListRight_AddListItems: string

Either "0" or "1"

public NoListItem: string

public NoListItemHowTo: string

public PagePath: string

Server-relative path to the current page

public ParentHierarchyDisplayField: string

Internal name of the field inside which the hierarchy buttons are displayed

public PresenceAlt: string

public PropertyBag: { [key: string]: string; }

Represents SPList.RootFolder.Properties. Exists only if SPList.FetchPropertyBagForListView property is set to true.

(): string

Returns

string

public RenderSaveAsNewViewButton: string

Either "True" or "False"

public RenderViewSelectorPivotMenu: string

Either "True" or "False"

public RenderViewSelectorPivotMenuAsync: string

Either "True" or "False"

public RootFolderParam: string

Query string parameters that specify GUID of the current view and the current root folder

public SelectedID: string

public ShowWebPart: string

public StrikeThroughOnCompletedEnabled: string

Either "1" or undefined.

public TabularView: string

Either "0" or "1"

public Toolbar: string

public UIVersion: string

public UseParentHierarchy: string

Either "1" or ""

public UserDispUrl: string

Server relative path to "/_layouts/userdisp.aspx" in the current web

public UserVanilla: any

public Userid: string

public View: string

Guid of the view

public ViewSelectorPivotMenuOptions: string

JSON string

public ViewSelector_ViewParameters: string

Query string parameters that specify current root folder (RootFolder) and folder content type id (FolderCTID)

public group1: string

Internal name for the first group by field, if any

public group2: string

Internal name for the second group by field, if any