The Personalization type exposes the following members.

Constructors

  NameDescription
Public methodPersonalization
DotNetNuke.Services.Personalization.Personalization

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetProfile(String, String)
load users profile and extract value base on naming container and key
Public methodStatic memberGetProfile(PersonalizationInfo, String, String)
extract value base on naming container and key from PersonalizationInfo object
Public methodStatic memberGetSecureProfile(String, String)
load users profile and extract secure value base on naming container and key
Public methodStatic memberGetSecureProfile(PersonalizationInfo, String, String)
extract value base on naming container and key from PersonalizationInfo object function will automatically decrypt value to plaintext
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRemoveProfile(String, String)
remove value from profile uses namingcontainer and key to locate approriate value
Public methodStatic memberRemoveProfile(PersonalizationInfo, String, String)
remove value from users PersonalizationInfo object (if it exists) uses namingcontainer and key to locate approriate value
Public methodStatic memberSetProfile(String, String, Object)
persist profile value -use naming container and key to orgainize
Public methodStatic memberSetProfile(PersonalizationInfo, String, String, Object)
persist value stored in PersonalizationInfo obhect - use naming container and key to organize
Public methodStatic memberSetSecureProfile(String, String, Object)
persist profile value -use naming container and key to orgainize function calls an overload which automatically encrypts the value
Public methodStatic memberSetSecureProfile(PersonalizationInfo, String, String, Object)
persist profile value from PersonalizationInfo object, using naming container and key to organise function will automatically encrypt the value to plaintext
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

See Also