Class RebuildURLSegments
Inheritance
System.Object
RebuildURLSegments
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
Declaration
protected ToolButton ButtonRebuild
Field Value
CheckBoxRebuildNonEmpty
Declaration
protected CheckBox CheckBoxRebuildNonEmpty
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
Label1
Declaration
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
TranslatePagesToReplace
Declaration
protected Translate TranslatePagesToReplace
Field Value
TranslateStatus
Declaration
protected Translate TranslateStatus
Field Value
Properties
ContentCacheListingRemover
Declaration
public Injected<IContentCacheListingRemover> ContentCacheListingRemover { get; set; }
Property Value
UrlSegmentCreator
Declaration
public Injected<IUrlSegmentCreator> UrlSegmentCreator { get; set; }
Property Value
Methods
Convert()
Declaration
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