|
EntryControllerPurge Method |
Purges a entry from the storage
Namespace: DrawerBackup.Storage.WebS.ControllersAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpPostAttribute]
public Result Purge(
string id
)
<AuthorizeAttribute>
<HttpPostAttribute>
Public Function Purge (
id As String
) As Result
public:
[AuthorizeAttribute]
[HttpPostAttribute]
Result^ Purge(
String^ id
)
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
member Purge :
id : string -> Result
Parameters
- id
- Type: SystemString
Return Value
Type:
Result
See Also