Interface ISharePointSharingPrincipal
Represents a SharePoint sharing principal.
Assembly: PnP.Core.dll
Syntax
public interface ISharePointSharingPrincipal : IDataModel<ISharePointSharingPrincipal>, IDataModelParent, IDataModelWithContext, ISupportModules<ISharePointSharingPrincipal>
Properties
When does this sharing principal expire?
Declaration
string Expiration { get; }
Property Value
Gets a value that specifies the member identifier for the user or group.
Declaration
Property Value
Is this user still active?
Declaration
Property Value
Is this user an external user?
Declaration
Property Value
Gets the job title of the user.
Declaration
Property Value
Gets the login name of the user.
Declaration
string LoginName { get; }
Property Value
E-mail address of the user.
SP REST property name: Email
Declaration
Property Value
Gets the name of the user.
Declaration
Property Value
Gets a value containing the type of the principal.
Declaration
PrincipalType PrincipalType { get; }
Property Value
User principle name (UPN) of the user.
Declaration
string UserPrincipalName { get; }
Property Value
Extension Methods