Search Results for

    Show / Hide Table of Contents

    Class UserProfile

    Defines a UserProfile object for SharePoint

    Inheritance
    System.Object
    BaseModel
    UserProfile
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model.SPUPS
    Assembly: PnP.Framework.dll
    Syntax
    public class UserProfile : BaseModel, IProvisioningTemplateDescendant

    Constructors

    UserProfile()

    Declaration
    public UserProfile()

    Properties

    Properties

    Properties of the UserProfile

    Declaration
    public Dictionary<string, string> Properties { get; }
    Property Value
    Dictionary<System.String, System.String>

    TargetGroup

    The Targe Group of the target UserProfile

    Declaration
    public String TargetGroup { get; set; }
    Property Value
    String

    TargetUser

    The Target User of the target UserProfile

    Declaration
    public String TargetUser { get; set; }
    Property Value
    String

    Methods

    Equals(UserProfile)

    Compares UserProfile object based on TargetUser, TargetGroup, and Properties

    Declaration
    public bool Equals(UserProfile other)
    Parameters
    UserProfile other

    User UserProfile object

    Returns
    System.Boolean

    true if the UserProfile object is equal to the current object; otherwise, false.

    Equals(Object)

    Compares object with UserProfile class

    Declaration
    public override bool Equals(object obj)
    Parameters
    System.Object obj

    Object that represents UserProfile

    Returns
    System.Boolean

    Checks whether object is UserProfile class

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    System.Int32

    Returns HashCode

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer