sharedlibrarycoreinterfaces IPageList - RaidMax/IW4M-Admin GitHub Wiki
Public interface
IPageList Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IPageList[IPageList](/RaidMax/IW4M-Admin/wiki/IPageList)
class SharedLibraryCore.Interfaces.IPageList interfaceStyle;
end
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