Click or drag to resize
StorageControllerCreateOperation Method
Creates a operation for the client in the storage

Namespace: DrawerBackup.Storage.WebS.Controllers
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpPostAttribute]
public Result CreateOperation(
	[FromBodyAttribute] StorageOperationArgs args
)

Parameters

args
Type: DrawerBackup.Native.ClientsStorageOperationArgs

Return Value

Type: Result
See Also