Search Results for

    Show / Hide Table of Contents

    Enum ShareType

    Link types

    Namespace: PnP.Core.Model.Security
    Assembly: PnP.Core.dll
    Syntax
    public enum ShareType : int

    AddressBar

    Creates the default link that is shown in the browser address bars for newly created files. Note: Only available in OneDrive for Business and SharePoint. The organization admin configures whether this link type is supported, and what features are supported by this link type.

    AdminDefault

    Creates the default link to the driveItem as determined by the administrator of the organization. Note: Only available in OneDrive for Business and SharePoint. The policy is enforced for the organization by the admin

    BlocksDownload

    Creates a read-only link that blocks download to the driveItem. Note: This option is only available for files in OneDrive for Business and SharePoint.

    CreateOnly

    Creates an upload-only link to the driveItem. Note: This option is only available for folders in OneDrive for Business and SharePoint.

    Edit

    Creates an read-write link to the driveItem. Note: This option is only available for files in OneDrive for Business and SharePoint.

    Embed

    Creates an embeddable link to the item.

    Review

    Creates a review link to the driveItem. Note: This option is only available for files in OneDrive for Business and SharePoint.

    View

    Creates a read-only link to the driveItem.

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