Folder.GetMoveRequest Method (String)
Returns a MoveFolderRequest object that is used to move the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public MoveFolderRequest GetMoveRequest(
string newDrive
)
public:
MoveFolderRequest^ GetMoveRequest(
String^ newDrive
)
Public Function GetMoveRequest (
newDrive As String
) As MoveFolderRequest
Parameters
newDrive
Type: System.StringThe new path for the folder.
Return Value
Type: Microsoft.WindowsServerSolutions.Storage.MoveFolderRequest
An instance of MoveFolderRequest.
See Also
Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top