View Source
Interface ISectionService
Assembly: Umbraco.Web.dll
Syntax
public interface ISectionService
Methods
View Source
GetAllowedSections(Int32)
Get the user group's allowed sections
Declaration
IEnumerable<ISection> GetAllowedSections(int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<ISection> |
|
View Source
GetByAlias(String)
Gets the application by its alias.
Declaration
ISection GetByAlias(string appAlias)
Parameters
Type |
Name |
Description |
System.String |
appAlias |
The application alias.
|
Returns
View Source
GetSections()
The cache storage for all applications
Declaration
IEnumerable<ISection> GetSections()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<ISection> |
|