Class AnonymousLinkOptions
Properties that can be set when creating a new Anonymous Link
Inheritance
System.Object
AnonymousLinkOptions
Namespace: PnP.Core.Model.Security
Assembly: PnP.Core.dll
Syntax
public class AnonymousLinkOptions : object
Properties
ExpirationDateTime
Indicates the expiration datetime of the permission.
Declaration
public DateTime ExpirationDateTime { get; set; }
Property Value
DateTime
|
Password
The password of the sharing link that is set by the creator.
Declaration
public string Password { get; set; }
Property Value
System.String
|
Type
The type of sharing link to create.
Declaration
public ShareType Type { get; set; }
Property Value
ShareType
|