C# Class SenseNet.Tools.PortletAdministration.PortletManager

Datei anzeigen Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
DeleteWebPart void
GetPageList IEnumerable
GetPageState PageState
GetZones string>.Dictionary
IsRecursive bool
ListElements void
ListWebPartElements void
ListWebParts void
ListWebPartsByZoneID void
ListZones void
MoveWebPart void
PortletManager System
SaveNewPersonalizationSettings void

Public Methods

Method Description
DeleteWebParts ( string>.Dictionary parameters ) : void
ListWebPartElements ( string>.Dictionary parameters ) : void
LoadRepositoryRoot ( ) : void
MoveWebParts ( string>.Dictionary parameters ) : void

Private Methods

Method Description
DeleteWebPart ( string portletId, SenseNet.Portal page ) : void
GetPageList ( string pagePath, bool isRecursive ) : IEnumerable
GetPageState ( BinaryData binaryData ) : PageState
GetZones ( LocationInfo>.Dictionary locations ) : string>.Dictionary
IsRecursive ( string>.Dictionary parameters ) : bool
ListElements ( string>.Dictionary parameters, string listType ) : void
ListWebPartElements ( string listType, SenseNet.Portal page ) : void
ListWebParts ( PageState pageState ) : void
ListWebPartsByZoneID ( PageState pageState, string zoneId ) : void
ListZones ( PageState pageState, bool withPortlets ) : void
MoveWebPart ( string portletId, string zoneId, SenseNet.Portal page ) : void
PortletManager ( ) : System
SaveNewPersonalizationSettings ( SenseNet.Portal page, PageState pageState ) : void

Method Details

DeleteWebParts() public method

public DeleteWebParts ( string>.Dictionary parameters ) : void
parameters string>.Dictionary
return void

ListWebPartElements() public method

public ListWebPartElements ( string>.Dictionary parameters ) : void
parameters string>.Dictionary
return void

LoadRepositoryRoot() public method

public LoadRepositoryRoot ( ) : void
return void

MoveWebParts() public method

public MoveWebParts ( string>.Dictionary parameters ) : void
parameters string>.Dictionary
return void