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