Show / Hide Table of Contents

Interface IRepositoryProperties

Represents repository information passed from Fusion.

Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public interface IRepositoryProperties
Remarks

When a Custom Adapter is registered in Fusion, it allows to specify additional settings that can be provided per repository. It also allows to provide configuration values for all of the repositories.
An implementation of this interface will contain this information which then can be used by the custom adapter implementation.

Properties

ConfigurationOptions

Gets or sets the configuration options.

Declaration
IOptionsProvider ConfigurationOptions { get; }
Property Value
Type Description
IOptionsProvider

The configuration options.

Remarks

Configuration options are retrieved from Adapter Configuration values provided during adding of the custom adapter.

RepositoryOptions

Gets or sets the repository options.

Declaration
IOptionsProvider RepositoryOptions { get; }
Property Value
Type Description
IOptionsProvider

The repository options.

Remarks

Repository options are the values provided when a repository was created. These are options you set up when creating a custom adapter on the Repository Options screen.

In This Article
Back to top Generated by DocFX