Copies a set of items from a specified folder to a specified destination.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public void AjaxCopyItems(
	Storage folder,
	Storage target,
	string[] itemnames
)
Visual Basic
Public Sub AjaxCopyItems ( _
	folder As Storage, _
	target As Storage, _
	itemnames As String() _
)
Visual C++
public:
void AjaxCopyItems(
	Storage^ folder, 
	Storage^ target, 
	array<String^>^ itemnames
)

Parameters

folder
Type: RTE..::..Storage

[Missing <param name="folder"/> documentation for "M:RTE.Editor.AjaxCopyItems(RTE.Storage,RTE.Storage,System.String[])"]

target
Type: RTE..::..Storage

[Missing <param name="target"/> documentation for "M:RTE.Editor.AjaxCopyItems(RTE.Storage,RTE.Storage,System.String[])"]

itemnames
Type: array<System..::..String>[]()[][]

[Missing <param name="itemnames"/> documentation for "M:RTE.Editor.AjaxCopyItems(RTE.Storage,RTE.Storage,System.String[])"]

See Also