AdminInfoParseAdmins Method |
Parses the xml node and returns collections of admin 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<AdminInfo> ParseAdmins(
XmlNode node
)
Parameters
- node
- Type: System.XmlXmlNode
The xml node.
Return Value
Type:
CollectionAdminInfoReturns the collection of admin info objects.
See Also