Свойство | Type | Description | |
---|---|---|---|
AddPortlet | void | ||
BindEvent | void | ||
DisplayInformation | void | ||
GetAdminGroups | IEnumerable |
||
InitializeControl | void | ||
LinkButtonClick | void | ||
ResetVersioningButtons | void | ||
ToggleEditorZone | void |
Méthode | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
OnPreRender ( |
Raises the E:System.Web.UI.Control.PreRender event.
|
|
WpmSelectedWebPartChanged ( object sender, System.Web.UI.WebControls.WebParts.WebPartEventArgs e ) : void |
Fires when the selected webpart has changed.
|
Méthode | Description | |
---|---|---|
AddPortlet ( int portletId, string zoneId ) : void | ||
BindEvent ( string controlId, bool visible ) : void |
Binds the Click event to the specified control. If the control does not exist, nothing happens.
|
|
DisplayInformation ( ) : void |
Displays the information at the top of the Portal Remote Control header.
|
|
GetAdminGroups ( ) : IEnumerable |
||
InitializeControl ( ) : void | ||
LinkButtonClick ( object sender, |
Main entry event for all buttons under the Portal Remote Control.
|
|
ResetVersioningButtons ( ) : void |
Refreshes versioning related ActionLinkButtons after changing the versioning state of the content.
|
|
ToggleEditorZone ( IWebPart webPart, System page ) : void |
Toggles the editor zone.
|
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
protected OnPreRender ( |
||
e | An |
|
Résultat | void |
protected WpmSelectedWebPartChanged ( object sender, System.Web.UI.WebControls.WebParts.WebPartEventArgs e ) : void | ||
sender | object | The sender. |
e | System.Web.UI.WebControls.WebParts.WebPartEventArgs | The |
Résultat | void |