IPushPullDomain
Internal object that maps an IPushPull Domain object
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| FolderId | the Id of the Folder |
| Name | the Name of the Domain / Folder |
| Pages | 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[]