combit List & Label 30 - .NET Help
combit.Reporting.Repository Namespace / IRepository Interface
Members


IRepository Interface

Represents a storage for the files that a List & Label project depends on, e.g. drilldown projects, includes, images, shapefiles, etc.

Once a repository is active, those external files are referenced via an ID instead of local file paths. The IRepository implementation is responsible for storing and loading the contents and metadata information (RepositoryItemDescriptor) of the items in the repository.

A exemplary manual could be found at Using the Repository-Mode.

Object Model
IRepository Interface
Syntax
'Declaration
 
Public Interface IRepository 
 
Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also