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
Implements
Inherited Members
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 SourceEntityGuids
Uses the immutable convention.
Declaration
[Configuration]
public string EntityGuids { get; }
Property Value
Type | Description |
---|---|
string |
EntityIds
Uses the immutable convention.
Declaration
[Configuration]
public string EntityIds { get; }
Property Value
Type | Description |
---|---|
string |
Fields
Uses the immutable convention.
Declaration
[Configuration]
public string Fields { get; }
Property Value
Type | Description |
---|---|
string |
Filter
Uses the immutable convention.
Declaration
[Configuration(Fallback = "*.*")]
public string Filter { get; }
Property Value
Type | Description |
---|---|
string |