remove value from profile uses namingcontainer and key to locate approriate value

Namespace: DotNetNuke.Services.Personalization
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void RemoveProfile(
	string namingContainer,
	string key
)
Visual Basic
Public Shared Sub RemoveProfile ( 
	namingContainer As String,
	key As String
)

Parameters

namingContainer
Type: System..::..String
Container for related set of values
key
Type: System..::..String
Individual profile key

See Also