Add an existing ProfilePropertyDefinitionCollection

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

Syntax

C#
public void AddRange(
	ProfilePropertyDefinitionCollection collection
)
Visual Basic
Public Sub AddRange ( 
	collection As ProfilePropertyDefinitionCollection
)

Parameters

collection
Type: DotNetNuke.Entities.Profile..::..ProfilePropertyDefinitionCollection
A ProfilePropertyDefinitionCollection

See Also