Table of Contents

Class WorkshopUploadParameters

Namespace
Uncreated.Warfare.Steam
Assembly
Uncreated.Warfare.dll
public class WorkshopUploadParameters
Inheritance
WorkshopUploadParameters
Inherited Members

Properties

ChangeNote

public required string ChangeNote { get; set; }

Property Value

string

ContentFolder

public required string ContentFolder { get; set; }

Property Value

string

Description

public required string Description { get; set; }

Property Value

string

ImageFile

public required string ImageFile { get; set; }

Property Value

string

LogFileOutput

public string? LogFileOutput { get; set; }

Property Value

string

ModId

public required ulong ModId { get; set; }

Property Value

ulong

Password

public required string Password { get; set; }

Property Value

string

SteamCmdPath

public required string SteamCmdPath { get; set; }

Property Value

string

Title

public required string Title { get; set; }

Property Value

string

Username

public required string Username { get; set; }

Property Value

string

Visibility

[JsonConverter(typeof(JsonStringEnumConverter<SteamWorkshopVisibility>))]
public required SteamWorkshopVisibility Visibility { get; set; }

Property Value

SteamWorkshopVisibility