Search Results for

    Show / Hide Table of Contents

    Interface ISharePointPrincipal

    Represents a SharePoint user or group that can be assigned permissions to control security.

    Namespace: PnP.Core.Model.Security
    Assembly: PnP.Core.dll
    Syntax
    public interface ISharePointPrincipal

    Properties

    Id

    Gets a value that specifies the member identifier for the principal (user/group).

    Declaration
    int Id { get; }
    Property Value
    System.Int32

    IsHiddenInUI

    Gets a value that indicates whether this member should be hidden in the UI.

    Declaration
    bool IsHiddenInUI { get; set; }
    Property Value
    System.Boolean

    LoginName

    Gets the login name of the principal (user/group).

    Declaration
    string LoginName { get; }
    Property Value
    System.String

    PrincipalType

    Gets a value containing the type of the principal.

    Declaration
    PrincipalType PrincipalType { get; }
    Property Value
    PrincipalType

    Title

    Name of the principal (user/group).

    Declaration
    string Title { get; set; }
    Property Value
    System.String

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