Table of Contents

Class OrganizationalLinkOptions

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

Properties that can be set when creating a new Organizational Link

public class OrganizationalLinkOptions
Inheritance
OrganizationalLinkOptions
Inherited Members

Properties

ExpirationDateTime

Indicates the expiration datetime of the permission.

public DateTime ExpirationDateTime { get; set; }

Property Value

DateTime

Type

The type of sharing link to create.

public ShareType Type { get; set; }

Property Value

ShareType