Class DownloadBehaviorAllowed
public sealed record DownloadBehaviorAllowed : DownloadBehavior, IEquatable<DownloadBehavior>, IEquatable<DownloadBehaviorAllowed>
- Inheritance
-
DownloadBehaviorAllowed
- Implements
- Inherited Members
Constructors
DownloadBehaviorAllowed(string)
public DownloadBehaviorAllowed(string DestinationFolder)
Parameters
DestinationFolderstring
Properties
DestinationFolder
public string DestinationFolder { get; init; }