| 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
)
<ObsoleteAttribute("Use PageService.CopyTo instead.")>
Public Shared Function Copy (
fromPageID As Integer,
ByRef toLanguage As String,
ByRef parentPageID As Integer,
ByRef copyParagraphs As Boolean,
ByRef copySubpages As Boolean,
copyID As Integer,
sort 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
- sort
- Type: SystemInt32
- newPageID
- Type: SystemString
- copyTime
- Type: SystemString
Return Value
Type:
StringSee Also