Class CopyPageInfo
- Namespace
- Dynamicweb.Content
- Assembly
- Dynamicweb.dll
The CopyPageInfo class carries the information needed to copy a page to another parent page
- Inheritance
-
Copy
Page Info
- Inherited Members
Constructors
CopyPageInfo(int, int)
Initializes a new instance of the CopyPageInfo class used to provide information about how the system should copy a given page
Parameters
sourcePageId
intThe source id of the page to copy
destinationParentPageId
intThe id of the page to which the page should be copied as a new child page
Properties
AreaID
Gets or sets the ID of the area to which the page should be copied
Property Value
DestinationParentPageID
Gets the id of the page to which the page with the specified source id should be copied as a new child
Property Value
IncludeCopyOfParagraphs
Gets or sets a value indicating if paragraphs of the specified source page should be copied as well. Default is false
Property Value
IncludeCopyOfSubpages
Gets or sets a value indicating if subpages of the specified source page should be copied as well. Default is false
Property Value
ItemType
Gets or sets the item type associated with the Page to copy
Property Value
SourcePageID
Gets the id of the page to copy
Property Value
UpdateCache
Gets or sets a value indicating if the cache should be updated. Default is true