Skip to content

sharedlibrarycoreinterfaces IPageList

RaidMax edited this page May 21, 2023 · 1 revision

IPageList Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.IPageList[[IPageList]]
  class SharedLibraryCore.Interfaces.IPageList interfaceStyle;
  end
Loading

Members

Properties

Public properties

Type Name Methods
IDictionary<string, string> Pages get, set

Details

Properties

Pages

public IDictionary<string, string> Pages { get; set; }

Generated with ModularDoc

Clone this wiki locally