Show / Hide Table of Contents

Class ProfileProvider

Inheritance
object
ProfileProvider
DNNProfileProvider
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Security.Profile
Assembly: DotNetNuke.dll
Syntax
public abstract class ProfileProvider

Constructors

ProfileProvider()

Declaration
protected ProfileProvider()

Properties

CanEditProviderProperties

Declaration
public abstract bool CanEditProviderProperties { get; }
Property Value
Type Description
bool

Methods

GetUserProfile(ref UserInfo)

Declaration
public abstract void GetUserProfile(ref UserInfo user)
Parameters
Type Name Description
UserInfo user

Instance()

Declaration
public static ProfileProvider Instance()
Returns
Type Description
ProfileProvider

UpdateUserProfile(UserInfo)

Declaration
public abstract void UpdateUserProfile(UserInfo user)
Parameters
Type Name Description
UserInfo user

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS