|
DbStorageClientGetRepository Method |
Get Information about the repository
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic RepositoryInfo GetRepository(
string repositoryId
)
Public Function GetRepository (
repositoryId As String
) As RepositoryInfo
public:
RepositoryInfo^ GetRepository(
String^ repositoryId
)
member GetRepository :
repositoryId : string -> RepositoryInfo
Parameters
- repositoryId
- Type: SystemString
ID of the repository
Return Value
Type:
RepositoryInfo
See Also