|
FileSystemFactoryOpen Method |
Namespace: DrawerBackup.StorageAssembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic static Repository Open(
string repositoryPath
)
Public Shared Function Open (
repositoryPath As String
) As Repository
public:
static Repository^ Open(
String^ repositoryPath
)
static member Open :
repositoryPath : string -> Repository
Parameters
- repositoryPath
- Type: SystemString
Return Value
Type:
Repository
See Also