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 SettingsExtensions

Inheritance
System.Object
SettingsExtensions
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.Cms.Shell.Extensions
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[Obsolete("Use EPiServer.Cms.Shell.Service.Internal.SiteDefinitionService instead but be aware that it is considered to be internal API and could change at any moment.")]
public static class SettingsExtensions

Methods

GetFullUrlToEditView(SiteDefinition)

Declaration
[Obsolete("Use EPiServer.Cms.Shell.Service.Internal.SiteDefinitionService instead but be aware that it is considered to be internal API and could change at any moment.")]
public static string GetFullUrlToEditView(this SiteDefinition siteDef)
Parameters
Type Name Description
SiteDefinition siteDef
Returns
Type Description
System.String

GetFullUrlToPath(SiteDefinition, ModuleTable, String)

Declaration
[Obsolete("Use EPiServer.Cms.Shell.Service.Internal.SiteDefinitionService instead but be aware that it is considered to be internal API and could change at any moment.")]
public static string GetFullUrlToPath(this SiteDefinition siteDef, ModuleTable moduleTable, string path)
Parameters
Type Name Description
SiteDefinition siteDef
ModuleTable moduleTable
System.String path
Returns
Type Description
System.String