Try our conversational search powered by Generative AI!

Class ManageContent

Inheritance
System.Object
ManageContent
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[GuiPlugIn(DisplayName = "Manage Content", Area = PlugInArea.AdminMenu, UrlFromUi = "admin/managecontent.aspx", LanguagePath = "/admin/managecontent", SortIndex = 300)]
public class ManageContent : ContentWebFormsBase, ISupportsScriptManager, ISystemMessageSink, IContentSource

Constructors

ManageContent()

Declaration
public ManageContent()

Fields

AccessRightsButton

Declaration
protected ToolButton AccessRightsButton
Field Value
Type Description
ToolButton

contentDataSource

Declaration
protected ContentDataSource contentDataSource
Field Value
Type Description
ContentDataSource

DeleteButton

Declaration
protected ToolButton DeleteButton
Field Value
Type Description
ToolButton

EditButton

Declaration
protected ToolButton EditButton
Field Value
Type Description
ToolButton

MoveButton

Declaration
protected ToolButton MoveButton
Field Value
Type Description
ToolButton

PageRoot

Declaration
protected PageTreeView PageRoot
Field Value
Type Description
PageTreeView

UploadFileView

Declaration
protected PlaceHolder UploadFileView
Field Value
Type Description
System.Web.UI.WebControls.PlaceHolder

Properties

EditUrl

Declaration
protected string EditUrl { get; }
Property Value
Type Description
System.String

Methods

Delete(Object, EventArgs)

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

MoveToWasteBasket(Object, EventArgs)

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

OnLoad(EventArgs)

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

SetAccess(Object, EventArgs)

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

Implements

Extension Methods