IPushPullDomain

Internal object that maps an IPushPull Domain object

TypeScript
export interface

Properties

PropertyTypeDescription
FolderIdnumberthe Id of the Folder
Namestringthe Name of the Domain / Folder
Pagesstring[]The 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[]