Click or drag to resize
UserInfoParseUsers Method
Parse multiple user 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<UserInfo> ParseUsers(
	XmlNodeList nodes
)

Parameters

nodes
Type: System.XmlXmlNodeList
The nodes.

Return Value

Type: CollectionUserInfo
Returns the users.
See Also