Search Results for

    Show / Hide Table of Contents

    Class InviteOptionsBase

    Base class for InviteOptions classes

    Inheritance
    System.Object
    InviteOptionsBase
    InviteOptions
    UserLinkOptions
    Namespace: PnP.Core.Model.Security
    Assembly: PnP.Core.dll
    Syntax
    public abstract class InviteOptionsBase : object

    Methods

    CreateDriveRecipient(String)

    Creates a new IDriveRecipient for the passed email address

    Declaration
    public static IDriveRecipient CreateDriveRecipient(string email)
    Parameters
    System.String email

    Email of the user to create an IDriveRecipient for

    Returns
    IDriveRecipient

    An IDriveRecipient instance

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