Click or drag to resize
RoleInfoParseRoles Method
Parses the xml node and returns collections of role information.

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static Collection<RoleInfo> ParseRoles(
	XmlNodeList roleNodes
)

Parameters

roleNodes
Type: System.XmlXmlNodeList
The xml node containing role information nodes.

Return Value

Type: CollectionRoleInfo
Returns collection of role info objects.
See Also