Interface ISharePointPrincipal
Represents a SharePoint user or group that can be assigned permissions to control security.
Assembly: PnP.Core.dll
Syntax
public interface ISharePointPrincipal
Properties
Gets a value that specifies the member identifier for the principal (user/group).
Declaration
Property Value
Gets a value that indicates whether this member should be hidden in the UI.
Declaration
bool IsHiddenInUI { get; set; }
Property Value
Gets the login name of the principal (user/group).
Declaration
string LoginName { get; }
Property Value
Gets a value containing the type of the principal.
Declaration
PrincipalType PrincipalType { get; }
Property Value
Name of the principal (user/group).
Declaration
string Title { get; set; }
Property Value