Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

RestoreResource Method

Restores a deleted resource.

Syntax

[VB.NET]
Public Sub RestoreResource(ByVal FolderId As String, ByVal NewResourceName As String)
[C#]
public void RestoreResource(string folderId, string newResourceName);

Remarks

This method restores the resource specified by ResourceId.

To restore a previously deleted resource that is not yet permanently deleted set ResourceId and call this method.

FolderId optionally specifies the folder to which the resource is restored. Set this to empty string to restore to the original folder.

NewResourceName optionally specifies the name to which the resource is restored. Set this to empty string to use the original resource name.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]