Try our conversational search powered by Generative AI!

Class Paths

Inheritance
System.Object
Paths
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
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public static class Paths

Fields

ShellModuleName

Declaration
public const string ShellModuleName = "Shell"
Field Value
Type Description
System.String

Properties

ProtectedRootPath

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

PublicRootPath

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

Methods

ToClientResource(Assembly, String)

Declaration
public static string ToClientResource(Assembly moduleAssembly, string moduleRelativeClientResourcePath)
Parameters
Type Name Description
System.Reflection.Assembly moduleAssembly
System.String moduleRelativeClientResourcePath
Returns
Type Description
System.String

ToClientResource(String, String)

Declaration
public static string ToClientResource(string moduleName, string moduleRelativeClientResourcePath)
Parameters
Type Name Description
System.String moduleName
System.String moduleRelativeClientResourcePath
Returns
Type Description
System.String

ToClientResource(Type, String)

Declaration
public static string ToClientResource(Type typeInModuleAssembly, string moduleRelativeClientResourcePath)
Parameters
Type Name Description
System.Type typeInModuleAssembly
System.String moduleRelativeClientResourcePath
Returns
Type Description
System.String

ToResource(Assembly, String)

Declaration
public static string ToResource(Assembly moduleAssembly, string moduleRelativeResourcePath)
Parameters
Type Name Description
System.Reflection.Assembly moduleAssembly
System.String moduleRelativeResourcePath
Returns
Type Description
System.String

ToResource(String, String)

Declaration
public static string ToResource(string moduleName, string moduleRelativeResourcePath)
Parameters
Type Name Description
System.String moduleName
System.String moduleRelativeResourcePath
Returns
Type Description
System.String

ToResource(Type, String)

Declaration
public static string ToResource(Type typeInModuleAssembly, string moduleRelativeResourcePath)
Parameters
Type Name Description
System.Type typeInModuleAssembly
System.String moduleRelativeResourcePath
Returns
Type Description
System.String

ToShellClientResource(String)

Declaration
public static string ToShellClientResource(string shellModuleRelativeClientResourcePath)
Parameters
Type Name Description
System.String shellModuleRelativeClientResourcePath
Returns
Type Description
System.String

ToShellResource(String)

Declaration
public static string ToShellResource(string shellModuleRelativeResourcePath)
Parameters
Type Name Description
System.String shellModuleRelativeResourcePath
Returns
Type Description
System.String