|
ImageContainerGetMetadata Method |
Namespace: DrawerBackup.Storage.ImagingAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic ImageMetadata GetMetadata(
string id,
string repositoryPath
)
Public Function GetMetadata (
id As String,
repositoryPath As String
) As ImageMetadata
public:
ImageMetadata^ GetMetadata(
String^ id,
String^ repositoryPath
)
member GetMetadata :
id : string *
repositoryPath : string -> ImageMetadata
Parameters
- id
- Type: SystemString
- repositoryPath
- Type: SystemString
Return Value
Type:
ImageMetadata
See Also