Table of Contents

Struct InstallationController.ClientAssembly

Namespace
Oqtane.Controllers
Assembly
Oqtane.Server.dll
public struct InstallationController.ClientAssembly

Constructors

ClientAssembly(string, bool)

public ClientAssembly(string filepath, bool hashfilename)

Parameters

filepath string
hashfilename bool

Properties

FilePath

public readonly string FilePath { get; }

Property Value

string

HashedName

public readonly string HashedName { get; }

Property Value

string