C# Class SenseNet.Portal.UI.PortletFramework.PortletInventory

Mostrar archivo Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
PortletsFolderPath string

Public Methods

Method Description
GetCategories ( List portlets ) : List
GetCategoriesFromRepo ( ) : IEnumerable
GetPortletFolder ( ) : SystemFolder
GetPortletsFromDll ( ) : List
GetPortletsFromRepo ( ) : IEnumerable
ImportCategory ( PortletCategory category, IEnumerable repoCategories ) : void
ImportPortlet ( PortletInventoryItem portlet, IEnumerable repoPortlets ) : void

Private Methods

Method Description
GetPortletTypeName ( Type portletType ) : string
GetValidName ( string title ) : string

Method Details

GetCategories() public static method

public static GetCategories ( List portlets ) : List
portlets List
return List

GetCategoriesFromRepo() public static method

public static GetCategoriesFromRepo ( ) : IEnumerable
return IEnumerable

GetPortletFolder() public static method

public static GetPortletFolder ( ) : SystemFolder
return SenseNet.ContentRepository.SystemFolder

GetPortletsFromDll() public static method

public static GetPortletsFromDll ( ) : List
return List

GetPortletsFromRepo() public static method

public static GetPortletsFromRepo ( ) : IEnumerable
return IEnumerable

ImportCategory() public static method

public static ImportCategory ( PortletCategory category, IEnumerable repoCategories ) : void
category PortletCategory
repoCategories IEnumerable
return void

ImportPortlet() public static method

public static ImportPortlet ( PortletInventoryItem portlet, IEnumerable repoPortlets ) : void
portlet PortletInventoryItem
repoPortlets IEnumerable
return void

Property Details

PortletsFolderPath public_oe static_oe property

public static string PortletsFolderPath
return string