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(params IDataSourceLinkable[])
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
Rename(string, string, string)
Rename aspects of the current link.
IDataSourceLink Rename(string name = null, string outName = null, string inName = null)
Parameters
name
stringIf provided, will rename both out and in
outName
stringRename the out-stream - rarely used since you would usually get the link from the correct Out by default
inName
stringRename the in-stream