Class ManageContent
Inheritance
System.Object
ManageContent
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
Fields
AccessRightsButton
Declaration
protected ToolButton AccessRightsButton
Field Value
contentDataSource
Declaration
protected ContentDataSource contentDataSource
Field Value
DeleteButton
Declaration
protected ToolButton DeleteButton
Field Value
EditButton
Declaration
protected ToolButton EditButton
Field Value
MoveButton
Declaration
protected ToolButton MoveButton
Field Value
Declaration
protected PageTreeView PageRoot
Field Value
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