Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual void CopyPage(
	string sourceFileName,
	string destFileName,
	string templateName,
	string pageTitle
)
Visual Basic
Public Overridable Sub CopyPage ( 
	sourceFileName As String,
	destFileName As String,
	templateName As String,
	pageTitle As String
)
Visual C++
public:
virtual void CopyPage(
	String^ sourceFileName, 
	String^ destFileName, 
	String^ templateName, 
	String^ pageTitle
)
F#
abstract CopyPage : 
        sourceFileName : string * 
        destFileName : string * 
        templateName : string * 
        pageTitle : string -> unit 
override CopyPage : 
        sourceFileName : string * 
        destFileName : string * 
        templateName : string * 
        pageTitle : string -> unit 

Parameters

sourceFileName
Type: System..::..String
destFileName
Type: System..::..String
templateName
Type: System..::..String
pageTitle
Type: System..::..String

Implements

IPageBLL..::..CopyPage(String, String, String, String)

See Also