Parses an XML solution file.
Namespace:
ASAP.NRP.Core.Parsers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic ParsedRoster Parse(
string filePath
)
Public Function Parse (
filePath As String
) As ParsedRoster
public:
ParsedRoster^ Parse(
String^ filePath
)
member Parse :
filePath : string -> ParsedRoster
Parameters
- filePath
- Type: SystemString
The XML file to parse.
Return Value
Type:
ParsedRosterThe ParsedRoster.
See Also