Click or drag to resize

StructureChangeCopyPage Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("Use PageService.CopyTo instead.")]
public static string CopyPage(
	int fromPageID,
	ref string toLanguage,
	ref int parentPageID,
	ref bool copyParagraphs,
	ref bool copySubPages,
	int copyID,
	int sortVal,
	string newPageID,
	string copyTime
)

Parameters

fromPageID
Type: SystemInt32
toLanguage
Type: SystemString
parentPageID
Type: SystemInt32
copyParagraphs
Type: SystemBoolean
copySubPages
Type: SystemBoolean
copyID
Type: SystemInt32
sortVal
Type: SystemInt32
newPageID
Type: SystemString
copyTime
Type: SystemString

Return Value

Type: String
See Also