Class InviteOptionsBase
Base class for InviteOptions classes
Inherited Members
Namespace: PnP.Core.Model.Security
Assembly: PnP.Core.dll
Syntax
public abstract class InviteOptionsBase
Methods
CreateDriveRecipient(string)
Creates a new IDriveRecipient for the passed email address
Declaration
public static IDriveRecipient CreateDriveRecipient(string email)
Parameters
|
string
email
Email of the user to create an IDriveRecipient for |
Returns
|
IDriveRecipient
An IDriveRecipient instance |