Click or drag to resize
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)
Syntax
C#
public static Collection<AdminInfo> ParseAdmins(
	XmlNode node
)

Parameters

node
Type: System.XmlXmlNode
The xml node.

Return Value

Type: CollectionAdminInfo
Returns the collection of admin info objects.
See Also