Click or drag to resize
RepositoryManagerGetRepositoryImages Method
Enumerate all repository images

Namespace: DrawerBackup.Storage
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public IEnumerable<RepositoryImage> GetRepositoryImages(
	StorageRepository repository
)

Parameters

repository
Type: DrawerBackup.Storage.Data.EntitiesStorageRepository

Return Value

Type: IEnumerableRepositoryImage
See Also