Copies the selected Web part to all pages.

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

Syntax

C#
public static void CopyWebPartToAllPages(
	string path,
	string id,
	HttpContext context
)
Visual Basic
Public Shared Sub CopyWebPartToAllPages ( 
	path As String,
	id As String,
	context As HttpContext
)
Visual C++
public:
static void CopyWebPartToAllPages(
	String^ path, 
	String^ id, 
	HttpContext^ context
)
F#
static member CopyWebPartToAllPages : 
        path : string * 
        id : string * 
        context : HttpContext -> unit 

Parameters

path
Type: System..::..String
URL of the target page
id
Type: System..::..String
Web part ID
context
Type: System.Web..::..HttpContext
Current HTTP context

See Also