Internal object that maps an IPushPull Domain object

TypeScript
export interface

Properties

PropertyDescription
FolderIdthe Id of the Folder
Namethe Name of the Domain / Folder
PagesThe names of the pages within the (Folder)

Property Details

FolderId

the Id of the Folder

TypeScript
FolderId: number;
Property Value

number

Name

the Name of the Domain / Folder

TypeScript
Name: string;
Property Value

string

Pages

The names of the pages within the (Folder)

TypeScript
Pages: string[];
Property Value

string[]