Search Results for

    Show / Hide Table of Contents

    Class UserLinkOptions

    Properties that can be set when creating a new User Link

    Inheritance
    System.Object
    InviteOptionsBase
    UserLinkOptions
    Inherited Members
    InviteOptionsBase.CreateDriveRecipient(String)
    Namespace: PnP.Core.Model.Security
    Assembly: PnP.Core.dll
    Syntax
    public class UserLinkOptions : InviteOptionsBase

    Properties

    Recipients

    A collection of recipients who will receive access to the sharing link.

    Declaration
    public List<IDriveRecipient> Recipients { get; set; }
    Property Value
    List<IDriveRecipient>

    Type

    The type of sharing link to create.

    Declaration
    public ShareType Type { get; set; }
    Property Value
    ShareType

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