Table of Contents

Interface IAbstractCatalog<StorageFolder, StorageFile>

Namespace
SunamoPlatformUwpInterop.Interfaces
Assembly
SunamoPlatformUwpInterop.dll

Interface for abstract catalog implementations that manage storage operations.

public interface IAbstractCatalog<StorageFolder, StorageFile>

Type Parameters

StorageFolder

The type representing a storage folder.

StorageFile

The type representing a storage file.

Extension Methods