Table of Contents

Class AnonymousLinkOptions

Namespace
PnP.Core.Model.Security
Assembly
PnP.Core.dll

Properties that can be set when creating a new Anonymous Link

public class AnonymousLinkOptions
Inheritance
AnonymousLinkOptions
Inherited Members

Properties

ExpirationDateTime

Indicates the expiration datetime of the permission.

public DateTime ExpirationDateTime { get; set; }

Property Value

DateTime

Password

The password of the sharing link that is set by the creator.

public string Password { get; set; }

Property Value

string

Type

The type of sharing link to create.

public ShareType Type { get; set; }

Property Value

ShareType