Site
|
The SiteTreeServices type exposes the following members.
| Name | Description | |
|---|---|---|
| SiteTreeServices | Initializes a new instance of the SiteTreeServices class |
| Name | Description | |
|---|---|---|
| CanMovePage | Determines if a collection of Pages can be moved to another location by current User. | |
| CreateNewPage | Creates a new Page or Components, from either Page Creation Rule or Schema specified. | |
| EmptyRecycleFolder | Permenantly deletes all Pages placed under the Recycle Folder. | |
| GetChildPages | Retrieves collection of the information of Children of a given Page. Returns up to 50 entries, starting from given index. | |
| GetChildPagesSimple | Retrieve collection of summary information of children of given Page | |
| GetPageProperties | Retrieves Properties of a single Page node, which includes collection of meta data of the Page. | |
| MoveCopyPage | Moves or Copies a Page node from one location to another location. All the descendants of the Page node gets moved/copied together. | |
| MoveCopyPageAdvanced | Moves or Copies a Page node from one location to another location. All the descendants of the Page node gets moved/copied together. This operation divides instructions of Move/Copy into separate parameters. | |
| NewPageWorkflowCheck | Determines whether a Page created via Page Creation Rule or Schema needs to be added to Workflow. If yes, doesn't have a User to assign to, or a the User to assign the Page to must be selected. | |
| RecurseToPage | Retrieves the entire ancestors collection to the given Page, starting from the Content Store. Each ancestor entry contains its children entries. |