Click or drag to resize

StructureChangeCopy 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 Copy(
	int fromPageID,
	ref string toLanguage,
	ref int parentPageID,
	ref bool copyParagraphs,
	ref bool copySubpages,
	int copyID,
	int sort,
	string newPageID,
	string copyTime
)

Parameters

fromPageID
Type: SystemInt32
toLanguage
Type: SystemString
parentPageID
Type: SystemInt32
copyParagraphs
Type: SystemBoolean
copySubpages
Type: SystemBoolean
copyID
Type: SystemInt32
sort
Type: SystemInt32
newPageID
Type: SystemString
copyTime
Type: SystemString

Return Value

Type: String
See Also