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

    Show / Hide Table of Contents

    Class AdamFiles

    Deliver a list of App files and folders from the current platform (Dnn or Oqtane).

    As of now there are no parameters to set.

    To figure out the properties returned and what they match up to, see PageDataRaw TODO

    Inheritance
    object
    ServiceBase
    ServiceBase<DataSourceBase.MyServices>
    DataSourceBase
    AdamFiles
    Implements
    IDataSource
    IAppIdentity
    IZoneIdentity
    IAppIdentityLight
    ICacheKey
    ICacheExpiring
    ITimestamped
    IHasLog
    IDataSourceLinkable
    Inherited Members
    DataSourceBase.Immutable
    DataSourceBase.AppId
    DataSourceBase.ZoneId
    DataSourceBase.Guid
    DataSourceBase.Error
    DataSourceBase.CacheTimestamp
    DataSourceBase.CacheChanged(long)
    DataSourceBase.Configuration
    DataSourceBase.Link
    DataSourceBase.In
    DataSourceBase.TryGetIn(string)
    DataSourceBase.TryGetOut(string)
    DataSourceBase.Out
    DataSourceBase.this[string]
    DataSourceBase.GetStream(string, string, bool, bool)
    DataSourceBase.List
    DataSourceBase.Attach(IDataSource)
    DataSourceBase.Attach(string, IDataSource, string)
    DataSourceBase.Attach(string, IDataStream)
    DataSourceBase.ProvideOut(Func<IEnumerable<IEntity>>, string)
    DataSourceBase.ProvideOut(Func<IImmutableList<IEntity>>, string)
    Namespace: ToSic.Sxc.DataSources
    Assembly: ToSic.Sxc.dll
    Syntax
    [PrivateApi("still wip / finishing specs etc.")]
    [VisualQuery(NiceName = "Adam", UiHint = "Files and folders in the Adam", NameId = "ee1d0cb6-5086-4d59-b16a-d0dc7b594bf2", HelpLink = "https://go.2sxc.org/ds-adam", Icon = "account_tree", Type = DataSourceType.Lookup, Audience = Audience.Advanced, In = new string[] { "Default*" }, DynamicOut = false, ConfigurationType = "")]
    [InternalApi_DoNotUse_MayChangeWithoutNotice]
    public class AdamFiles : DataSourceBase, IDataSource, IAppIdentity, IZoneIdentity, IAppIdentityLight, ICacheKey, ICacheExpiring, ITimestamped, IHasLog, IDataSourceLinkable

    Properties

    | Improve this Doc View Source

    EntityGuids

    Uses the immutable convention.

    Declaration
    [Configuration]
    public string EntityGuids { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    EntityIds

    Uses the immutable convention.

    Declaration
    [Configuration]
    public string EntityIds { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Fields

    Uses the immutable convention.

    Declaration
    [Configuration]
    public string Fields { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Filter

    Uses the immutable convention.

    Declaration
    [Configuration(Fallback = "*.*")]
    public string Filter { get; }
    Property Value
    Type Description
    string

    Implements

    IDataSource
    IAppIdentity
    IZoneIdentity
    IAppIdentityLight
    ICacheKey
    ICacheExpiring
    ITimestamped
    IHasLog
    IDataSourceLinkable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX