Table of Contents
These v19 docs are archived 🔒. Go to the latest docs home or try if this exact page is available in the latest docs.

Interface IDataSourceLink

Namespace
ToSic.Eav.DataSource
Assembly
ToSic.Eav.DataSources.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

Add one or more Links to this link for use when attaching to this and more sources in one step.

IDataSourceLink Add(params IDataSourceLinkable[] more)

Parameters

more IDataSourceLinkable[]

Returns

IDataSourceLink

Rename aspects of the current link.

IDataSourceLink Rename(string name = null, string outName = null, string inName = null)

Parameters

name string

If provided, will rename both out and in

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