Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ShellModuleManifest

Inheritance
System.Object
ShellModuleManifest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class ShellModuleManifest

Constructors

ShellModuleManifest()

Declaration
public ShellModuleManifest()

Properties

Assemblies

Declaration
public List<AssemblyElement> Assemblies { get; set; }
Property Value
Type Description
System.Collections.Generic.List<AssemblyElement>

ClientModule

Declaration
public ClientModule ClientModule { get; set; }
Property Value
Type Description
ClientModule

ClientResourceRelativePath

Declaration
public string ClientResourceRelativePath { get; set; }
Property Value
Type Description
System.String

ClientResources

Declaration
public List<ClientResourceElement> ClientResources { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ClientResourceElement>

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

Dojo

Declaration
public DojoConfiguration Dojo { get; set; }
Property Value
Type Description
DojoConfiguration

DojoModules

Declaration
public List<DojoPath> DojoModules { get; set; }
Property Value
Type Description
System.Collections.Generic.List<DojoPath>

HelpFile

Declaration
public string HelpFile { get; set; }
Property Value
Type Description
System.String

LoadFromBin

Declaration
public bool LoadFromBin { get; set; }
Property Value
Type Description
System.Boolean

ProductName

Declaration
public string ProductName { get; set; }
Property Value
Type Description
System.String

Route

Declaration
public RouteDescription Route { get; set; }
Property Value
Type Description
RouteDescription

RouteBasePath

Declaration
public string RouteBasePath { get; set; }
Property Value
Type Description
System.String

Routes

Declaration
public List<RouteDescription> Routes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<RouteDescription>

Tags

Declaration
public string Tags { get; set; }
Property Value
Type Description
System.String

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String

Version

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String

ViewEngine

Declaration
public ShellModuleViewEngine ViewEngine { get; set; }
Property Value
Type Description
ShellModuleViewEngine

Methods

Deserialize(Stream)

Declaration
public static ShellModuleManifest Deserialize(Stream manifestFileStream)
Parameters
Type Name Description
System.IO.Stream manifestFileStream
Returns
Type Description
ShellModuleManifest

Extension Methods