Property BlockedLocalPaths
BlockedLocalPaths
Gets or sets blocked local paths for file upload/download operations. Files within these directories cannot be accessed locally.
public HashSet<string> BlockedLocalPaths { get; set; }
Gets or sets blocked local paths for file upload/download operations. Files within these directories cannot be accessed locally.
public HashSet<string> BlockedLocalPaths { get; set; }