Beispiel #1
0
 /// <summary>
 /// Get the folder specified in App.Settings (BasePath) combined with the module's ID
 /// </summary>
 /// <remarks>
 /// Will create the folder if it does not exist
 /// </remarks>
 internal Eav.Apps.Assets.Folder Folder(string subFolder, bool autoCreate)
 => AppContext.Folder(GeneratePath(subFolder), autoCreate);
Beispiel #2
0
 /// <summary>
 /// Get the folder specified in App.Settings (BasePath) combined with the module's ID
 /// </summary>
 /// <remarks>
 /// Will create the folder if it does not exist
 /// </remarks>
 internal Folder <TFolderId, TFileId> Folder(string subFolder, bool autoCreate)
 => AppContext.Folder(GeneratePath(subFolder), autoCreate);