Skip to main content

AssetsUploadParams

Namespace: Busy.Bar

Identifies where an uploaded asset should be stored.

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

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

Properties

ApplicationName

Application ID whose assets directory the file is uploaded into.

public string ApplicationName { get; init; }

Property Value

String

File

Filename to store the uploaded asset under.

public string File { get; init; }

Property Value

String

Constructors

AssetsUploadParams(String, String)

Identifies where an uploaded asset should be stored.

public AssetsUploadParams(string ApplicationName, string File)

Parameters

ApplicationName String
Application ID whose assets directory the file is uploaded into.

File String
Filename to store the uploaded asset under.