Options
All
  • Public
  • Public/Protected
  • All
Menu

View

Hierarchy

Index

Properties

Optional Aggregations

Aggregations: string

Optional AggregationsStatus

AggregationsStatus: string

Optional BaseViewId

BaseViewId: string

Optional ColumnWidth

ColumnWidth: string

Optional ContentTypeId

ContentTypeId: ContentTypeId

Optional CustomFormatter

CustomFormatter: string

Optional DefaultView

DefaultView: boolean

Optional DefaultViewForContentType

DefaultViewForContentType: boolean

Optional EditorModified

EditorModified: boolean

Optional Formats

Formats: string

Optional Hidden

Hidden: boolean

Optional HtmlSchemaXml

HtmlSchemaXml: string

Optional Id

Id: any

Optional ImageUrl

ImageUrl: string

Optional IncludeRootFolder

IncludeRootFolder: boolean

Optional JSLink

JSLink: string

Optional ListViewXml

ListViewXml: string

Optional Method

Method: string

Optional MobileDefaultView

MobileDefaultView: boolean

Optional MobileView

MobileView: boolean

Optional ModerationType

ModerationType: string

Optional NewDocumentTemplates

NewDocumentTemplates: string

Optional OrderedView

OrderedView: boolean

Optional PageRenderType

PageRenderType: number

Optional Paged

Paged: boolean

Optional PersonalView

PersonalView: boolean

Optional ReadOnlyView

ReadOnlyView: boolean

Optional RequiresClientIntegration

RequiresClientIntegration: boolean

Optional RowLimit

RowLimit: number

Optional Scope

Scope: number

Optional ServerRelativePath

ServerRelativePath: ResourcePath

Optional ServerRelativeUrl

ServerRelativeUrl: string

Optional StyleId

StyleId: string

Optional TabularView

TabularView: boolean

Optional Threaded

Threaded: boolean

Optional Title

Title: string

Optional Toolbar

Toolbar: string

Optional ToolbarTemplateName

ToolbarTemplateName: string

Optional ViewData

ViewData: string

Optional ViewJoins

ViewJoins: string

Optional ViewProjectedFields

ViewProjectedFields: string

Optional ViewQuery

ViewQuery: string

Optional ViewType

ViewType: string

Optional VisualizationInfo

VisualizationInfo: Visualization

existsFl

existsFl: boolean

True, if the object exists, false otherwise.

response

response: string

The response

Methods

ViewFields

addToSpotlight

  • addToSpotlight(itemId?: number, folderPath?: string, afterItemId?: number): IBaseExecution<SpotlightResult>
  • Parameters

    • Optional itemId: number
    • Optional folderPath: string
    • Optional afterItemId: number

    Returns IBaseExecution<SpotlightResult>

delete

  • delete(): IBaseExecution<any>
  • Returns IBaseExecution<any>

removeFromSpotlight

  • removeFromSpotlight(itemId?: number, folderPath?: string): IBaseExecution<SpotlightResult>
  • Parameters

    • Optional itemId: number
    • Optional folderPath: string

    Returns IBaseExecution<SpotlightResult>

renderAsHtml

  • renderAsHtml(): IBaseExecution<string>
  • Returns IBaseExecution<string>

setViewXml

  • setViewXml(viewXml?: string): IBaseExecution<any>
  • Parameters

    • Optional viewXml: string

    Returns IBaseExecution<any>

stringify

  • stringify(): string

update

  • update(properties?: any): IBaseExecution<any>
  • Parameters

    • Optional properties: any

    Returns IBaseExecution<any>

Generated using TypeDoc