Show / Hide Table of Contents

Class PersonalizationInfo

Inheritance
object
PersonalizationInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Personalization
Assembly: DotNetNuke.dll
Syntax
public class PersonalizationInfo

Constructors

PersonalizationInfo()

Declaration
public PersonalizationInfo()

Properties

IsModified

Declaration
public bool IsModified { get; set; }
Property Value
Type Description
bool

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
int

Profile

Declaration
public Hashtable Profile { get; set; }
Property Value
Type Description
Hashtable

UserId

Declaration
public int UserId { get; set; }
Property Value
Type Description
int

Extension Methods

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