Search Results for

    Show / Hide Table of Contents

    Class SiteExtensionsModernization

    Class holding extension methods for the Microsoft.SharePoint.Client.Site object

    Inheritance
    System.Object
    SiteExtensionsModernization
    Namespace: Microsoft.SharePoint.Client
    Assembly: PnP.Framework.dll
    Syntax
    public static class SiteExtensionsModernization : object

    Methods

    GetAllSubSites(Site)

    Gets all sub sites for a given site

    Declaration
    public static IEnumerable<string> GetAllSubSites(this Site site)
    Parameters
    Site site

    Site to find all sub site for

    Returns
    IEnumerable<System.String>

    IEnumerable of strings holding the sub site urls

    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer