Serializes the role groups

Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void SerializeRoleGroups(
	XmlWriter writer,
	int portalID
)
Visual Basic
Public Shared Sub SerializeRoleGroups ( 
	writer As XmlWriter,
	portalID As Integer
)

Parameters

writer
Type: System.Xml..::..XmlWriter
An XmlWriter
portalID
Type: System..::..Int32
The Id of the Portal

See Also