Property AllowedPaths
AllowedPaths
Gets or sets allowed paths for spreadsheet files. When set, only files
within these directories are accessible. null or empty allows all paths.
public HashSet<string> AllowedPaths { get; set; }
Gets or sets allowed paths for spreadsheet files. When set, only files
within these directories are accessible. null or empty allows all paths.
public HashSet<string> AllowedPaths { get; set; }