RestoreResource Method
Restores a deleted resource.
Syntax
void __fastcall 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.