Documentation

disk.folder.restore

disk.folder.restore

Restores a folder from the recycle bin.

The response contains the same structure as in disk.folder.get.

Parameters

Parameter Description
id Folder id.

Example

BX24.callMethod(
		"disk.folder.restore",
		{
			id: 8
		},
		function (result)
		{
			if (result.error())
				console.error(result.error());
			else
				console.dir(result.data());
		}
);



© «Bitrix24», 2001-2024
Up