• Basics
  • Abyss
  • Web APIs
  • C# & Razor
  • .net API
  • JS & TS API
Search Results for

    Show / Hide Table of Contents

    Interface IDataSourceLinkable

    This interface marks objects which can provide links to DataSources. In most cases, the link references the data source itself.

    The returned link will point to one or more DataSources, and can be extended to contain more links. This is important to connect DataSources together.

    Namespace: ToSic.Eav.DataSource
    Assembly: ToSic.Eav.DataSources.dll
    Syntax
    [InternalApi_DoNotUse_MayChangeWithoutNotice]
    public interface IDataSourceLinkable
    Remarks

    The name may be a bit misleading, it could also be IHasDataSourceLink. But because it's visible a lot in public APIs where one or many links could be provided, we believe this is the best name for this use case.

    Properties

    | Improve this Doc View Source

    Link

    A link - or possibly many. In most cases, this references the parent object which provides this/these links.

    Declaration
    IDataSourceLink Link { get; }
    Property Value
    Type Description
    IDataSourceLink
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX