|
StorageControllerGetImage Method |
Get the repository image
Namespace: DrawerBackup.Storage.WebS.ControllersAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
public Result GetImage(
string id
)
<AuthorizeAttribute>
Public Function GetImage (
id As String
) As Result
public:
[AuthorizeAttribute]
Result^ GetImage(
String^ id
)
[<AuthorizeAttribute>]
member GetImage :
id : string -> Result
Parameters
- id
- Type: SystemString
Return Value
Type:
Result
See Also