Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ISectionService

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.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
    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
    Type Description
    ISection
    View Source

    GetSections()

    The cache storage for all applications

    Declaration
    IEnumerable<ISection> GetSections()
    Returns
    Type Description
    IEnumerable<ISection>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetAllowedSections(Int32)
      • GetByAlias(String)
      • GetSections()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX