Search Results for

    Show / Hide Table of Contents

    Enum CompanyWideSharingLinksPolicy

    Indicates whether company wide sharing links are disabled in all the webs of this site.

    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public enum CompanyWideSharingLinksPolicy : int
    Remarks

    Note that while this property being Disabled guarantees that no company wide sharing links are available in any of the child webs, the opposite is not the case. In other words, if this property is NotDisabled, it does not guarantee that company wide sharing links are available in all of the child webs. That decision is left up to the individual webs.

    Disabled

    Indicates that company wide sharing links are disabled in all the webs of this site

    NotDisabled

    Indicates that company wide sharing links may be enabled in some of the webs of this site

    Unknown

    Internally used

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer