Search Results for

    Show / Hide Table of Contents

    Class UserMappingEntity

    Class to hold a mapping between a user in the source site and a user in the target site

    Inheritance
    System.Object
    UserMappingEntity
    Namespace: PnP.Framework.Modernization.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class UserMappingEntity : object

    Properties

    SourceUser

    Source user reference

    Declaration
    public string SourceUser { get; set; }
    Property Value
    System.String

    TargetUser

    Target user reference

    Declaration
    public string TargetUser { get; set; }
    Property Value
    System.String

    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