Class InviteOptionsBase
Base class for InviteOptions classes
Inheritance
System.Object
InviteOptionsBase
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 |