Table of Contents

Class ClientModuleDescriptor

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Class represents a SystemJs module.

public class ClientModuleDescriptor
Inheritance
object
ClientModuleDescriptor
Extension Methods

Constructors

ClientModuleDescriptor(string, string, string)

Creates a new instance of the ClientModuleDescriptor class.

public ClientModuleDescriptor(string moduleName, string path, string productionPath = null)

Parameters

moduleName string

Module name.

path string

Path to the module.

productionPath string

Path to the module in production mode.

Properties

Name

Name of the module.

public string Name { get; }

Property Value

string

Path

Path to the module used in a development mode or as a fallback path when ProductionPath is not defined.

public string Path { get; }

Property Value

string

ProductionPath

Production path for client script.

public string ProductionPath { get; }

Property Value

string