Options
All
  • Public
  • Public/Protected
  • All
Menu

List

Hierarchy

  • IList

Callable

  • __call(listName: string, targetInfo?: ITargetInfoProps): IList
  • Creates an instance of the library.

    category

    List

    Parameters

    • listName: string

      The name of the list.

    • Optional targetInfo: ITargetInfoProps

      (Optional) The target information.

    Returns IList

Index

List Methods

List A static method to get the list by the entity name. Methods

List Methods

getDataAsStream

  • getDataAsStream(listFullUrl: string, parameters?: RenderListDataParameters): IBaseExecution<IListDataStream>
  • A static method to get the list data from the SP.List.GetListAsDataStream endpoint.

    Parameters

    • listFullUrl: string

      The absolute url of the list.

    • Optional parameters: RenderListDataParameters

      The optional list data parameters.

    Returns IBaseExecution<IListDataStream>

List A static method to get the list by the entity name. Methods

getByEntityName

  • Parameters

    Returns IList

Generated using TypeDoc