Property AllowedLocalPaths
AllowedLocalPaths
Gets or sets allowed local paths for file upload/download operations.
When set, only files within these directories can be accessed locally.
null or empty allows all paths.
public HashSet<string> AllowedLocalPaths { get; set; }