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
Represents a SharePoint user or group that can be assigned permissions to control security.
public interface ISharePointPrincipal
Gets a value that specifies the member identifier for the principal (user/group).
int Id { get; }
System.Int32
|
Gets a value that indicates whether this member should be hidden in the UI.
bool IsHiddenInUI { get; set; }
System.Boolean
|
Gets the login name of the principal (user/group).
string LoginName { get; }
System.String
|
Gets a value containing the type of the principal.
PrincipalType PrincipalType { get; }
PrincipalType
|
Name of the principal (user/group).
string Title { get; set; }
System.String
|