Adds the default property definitions for a portal

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

Syntax

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

Parameters

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

See Also