| 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
)
<ObsoleteAttribute("Use PageService.CopyTo instead.")>
Public Shared Function CopyPage (
fromPageID As Integer,
ByRef toLanguage As String,
ByRef parentPageID As Integer,
ByRef copyParagraphs As Boolean,
ByRef copySubPages As Boolean,
copyID As Integer,
sortVal As Integer,
newPageID As String,
copyTime As String
) As String
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:
StringSee Also