Table of Contents

Class UserLinkOptions

Namespace
PnP.Core.Model.Security
Assembly
PnP.Core.dll

Properties that can be set when creating a new User Link

public class UserLinkOptions : InviteOptionsBase
Inheritance
UserLinkOptions
Inherited Members

Properties

Recipients

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

public List<IDriveRecipient> Recipients { get; set; }

Property Value

List<IDriveRecipient>

Type

The type of sharing link to create.

public ShareType Type { get; set; }

Property Value

ShareType