Clears the Profile Definitions Cache

Namespace: DotNetNuke.Entities.Profile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void ClearProfileDefinitionCache(
	int portalId
)
Visual Basic
Public Shared Sub ClearProfileDefinitionCache ( 
	portalId As Integer
)

Parameters

portalId
Type: System..::..Int32
Id of the Portal

See Also