Search Results for

    Show / Hide Table of Contents

    Class OrganizationalLinkOptions

    Properties that can be set when creating a new Organizational Link

    Inheritance
    object
    OrganizationalLinkOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.Security
    Assembly: PnP.Core.dll
    Syntax
    public class OrganizationalLinkOptions

    Properties

    ExpirationDateTime

    Indicates the expiration datetime of the permission.

    Declaration
    public DateTime ExpirationDateTime { get; set; }
    Property Value
    DateTime

    Type

    The type of sharing link to create.

    Declaration
    public ShareType Type { get; set; }
    Property Value
    ShareType

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer