Folder<T>.MoveTo Method (String)Ipswitch.Messaging.Framework
Move the folder to a new parent.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public virtual void MoveTo(
	string newParentPath
)

Parameters

newParentPath
Type: System.String
The path of the new parent folder that this folder should be moved to.

Implements

IFolder.MoveTo(String)
See Also

Reference