Search Results for

    Show / Hide Table of Contents

    Class UserExtensions

    A set of extensions for help with IUser and UserInfo.

    Inheritance
    object
    UserExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.Context
    Assembly: LemonEdge.API.dll
    Syntax
    public static class UserExtensions

    Methods

    ToUserInfo(IUser)

    Creates a safe light UserInfo from the given system user record

    Declaration
    public static UserInfo ToUserInfo(this IUser user)
    Parameters
    Type Name Description
    IUser user

    A system user record containing everything about a given user

    Returns
    Type Description
    UserInfo

    A safe UserInfo holding all relevant information for a user

    In this article
    Back to top © LemonEdge Technologies. All rights reserved.