Click or drag to resize
EntryControllerCreate Method
Creates a entry to the repository

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 Create(
	[FromUriAttribute] string id,
	[FromBodyAttribute] JobEntry entry
)

Parameters

id
Type: SystemString
Operation ID
entry
Type: DrawerBackup.Native.Data.EntitiesJobEntry

Return Value

Type: Result
See Also