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)
Syntaxpublic static Collection<RoleInfo> ParseRoles(
XmlNodeList roleNodes
)
Parameters
- roleNodes
- Type: System.XmlXmlNodeList
The xml node containing role information nodes.
Return Value
Type:
CollectionRoleInfoReturns collection of role info objects.
See Also