Skip to main content

StorageRemoveParams

Namespace: Busy.Bar

Target path for a file removal.

public sealed record class StorageRemoveParams : System.IEquatable`1[[Busy.Bar.StorageRemoveParams, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance Object → StorageRemoveParams
Implements IEquatable<StorageRemoveParams>
Attributes NullableContextAttribute, NullableAttribute

Properties​

Path​

Path, under /ext, of the file to remove.

public string Path { get; init; }

Property Value​

String

Constructors​

StorageRemoveParams(String)​

Target path for a file removal.

public StorageRemoveParams(string Path)

Parameters​

Path String
Path, under /ext, of the file to remove.