Class UserLinkOptions
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
Type
The type of sharing link to create.
public ShareType Type { get; set; }