Table of Contents

Interface IDataSourceLink

Namespace
ToSic.Eav.DataSource
Assembly
ToSic.Eav.DataSource.dll

WIP interface to create one or many sources which can be attached when creating a new sources

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IDataSourceLink : IDataSourceLinkable
Inherited Members

Methods

Create a link with the same data source and stream, but different names. This is useful when you want to link the same data source multiple times with different names. Note that it is functional - if any name is different, it will create a new link, but if all names are the same, it will return the same link (as it's unmodified).

IDataSourceLink WithRename(string? outName = null, string? inName = null)

Parameters

outName string

Rename the out-stream - rarely used since you would usually get the link from the correct Out by default

inName string

Rename the in-stream

Returns

IDataSourceLink