Class ProfileProvider
Inheritance
ProfileProvider
Assembly: DotNetNuke.dll
Syntax
public abstract class ProfileProvider
Constructors
ProfileProvider()
Declaration
protected ProfileProvider()
Properties
CanEditProviderProperties
Declaration
public abstract bool CanEditProviderProperties { get; }
Property Value
Methods
GetUserProfile(ref UserInfo)
Declaration
public abstract void GetUserProfile(ref UserInfo user)
Parameters
Instance()
Declaration
public static ProfileProvider Instance()
Returns
UpdateUserProfile(UserInfo)
Declaration
public abstract void UpdateUserProfile(UserInfo user)
Parameters
Extension Methods