Initialises the Profile with an empty collection of profile properties

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

Syntax

C#
public void InitialiseProfile(
	int portalId
)
Visual Basic
Public Sub InitialiseProfile ( 
	portalId As Integer
)

Parameters

portalId
Type: System..::..Int32
The name of the property to retrieve.

Remarks