persist profile value -use naming container and key to orgainize
Namespace: DotNetNuke.Services.PersonalizationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static void SetProfile( string namingContainer, string key, Object value ) |
Visual Basic |
---|
Public Shared Sub SetProfile ( namingContainer As String, key As String, value As Object ) |
Parameters
- namingContainer
- Type: System..::..String
Container for related set of values
- key
- Type: System..::..String
Individual profile key
- value
- Type: System..::..Object
Individual profile value