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

    Show / Hide Table of Contents

    Interface IBlockDataSource

    This marks data sources which are meant for Blocks (Modules, Content-Block Instances).
    They have some internal functionality which isn't published as of now.

    Inherited Members
    IDataSource.Out
    IDataSource.Item[String]
    IDataSource.GetStream(String, String, Boolean, Boolean)
    IDataSource.List
    IDataSource.In
    IDataSource.Configuration
    IDataSource.Error
    IDataSource.Immutable
    IDataSourceLinkable.Link
    IZoneIdentity.ZoneId
    IAppIdentityLight.AppId
    ICacheKey.CachePartialKey
    ICacheKey.CacheFullKey
    ICacheExpiring.CacheChanged(Int64)
    ITimestamped.CacheTimestamp
    IHasLog.Log
    Namespace: ToSic.Sxc.DataSources
    Assembly: ToSic.Sxc.dll
    Syntax
    [PublicApi_Stable_ForUseInYourCode]
    public interface IBlockDataSource : IDataSource, IDataSourceLinkable, IAppIdentity, IZoneIdentity, IAppIdentityLight, ICacheInfo, ICacheKey, ICacheExpiring, ITimestamped, ICanPurgeListCache, IHasLog, IDataTarget
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX