Interface IDataSourceLink
WIP interface to create one or many sources which can be attached when creating a new sources
Inherited Members
Namespace: ToSic.Eav.DataSource
Assembly: ToSic.Eav.DataSources.dll
Syntax
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IDataSourceLink : IDataSourceLinkable
Methods
| Improve this Doc View SourceAdd(params IDataSourceLinkable[])
Add one or more Links to this link for use when attaching to this and more sources in one step.
Declaration
IDataSourceLink Add(params IDataSourceLinkable[] more)
Parameters
Type | Name | Description |
---|---|---|
IDataSourceLinkable[] | more |
Returns
Type | Description |
---|---|
IDataSourceLink |
Rename(string, string, string)
Rename aspects of the current link.
Declaration
IDataSourceLink Rename(string name = null, string outName = null, string inName = null)
Parameters
Type | Name | Description |
---|---|---|
string | name | If provided, will rename both out and in |
string | outName | Rename the out-stream - rarely used since you would usually get the link from the correct Out by default |
string | inName | Rename the in-stream |
Returns
Type | Description |
---|---|
IDataSourceLink |