Try our conversational search powered by Generative AI!

Class RebuildURLSegments

Inheritance
System.Object
RebuildURLSegments
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[GuiPlugIn(DisplayName = "Rebuild Friendly URL", Description = "Rebuild the URL segments for Friendly URLs", Area = PlugInArea.AdminConfigMenu, UrlFromUi = "admin/RebuildURLSegments.aspx", LanguagePath = "/admin/rebuildurlsegments")]
public class RebuildURLSegments : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

RebuildURLSegments()

Declaration
public RebuildURLSegments()

Fields

ButtonRebuild

Declaration
protected ToolButton ButtonRebuild
Field Value
Type Description
ToolButton

CheckBoxRebuildNonEmpty

Declaration
protected CheckBox CheckBoxRebuildNonEmpty
Field Value
Type Description
System.Web.UI.WebControls.CheckBox

Label1

Declaration
protected Label Label1
Field Value
Type Description
System.Web.UI.WebControls.Label

LabelPagesToReplace

Declaration
protected Label LabelPagesToReplace
Field Value
Type Description
System.Web.UI.WebControls.Label

LabelStatus

Declaration
protected Label LabelStatus
Field Value
Type Description
System.Web.UI.WebControls.Label

LabelStatusPages

Declaration
protected Label LabelStatusPages
Field Value
Type Description
System.Web.UI.WebControls.Label

Translate1

Declaration
protected Translate Translate1
Field Value
Type Description
Translate

TranslatePagesToReplace

Declaration
protected Translate TranslatePagesToReplace
Field Value
Type Description
Translate

TranslateStatus

Declaration
protected Translate TranslateStatus
Field Value
Type Description
Translate

Properties

ContentCacheListingRemover

Declaration
public Injected<IContentCacheListingRemover> ContentCacheListingRemover { get; set; }
Property Value
Type Description
Injected<IContentCacheListingRemover>

UrlSegmentCreator

Declaration
public Injected<IUrlSegmentCreator> UrlSegmentCreator { get; set; }
Property Value
Type Description
Injected<IUrlSegmentCreator>

Methods

Convert()

Declaration
public void Convert()

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

Rebuild_Click(Object, EventArgs)

Declaration
protected void Rebuild_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

SetStatusLabel()

Declaration
protected void SetStatusLabel()

Implements

Extension Methods