Click or drag to resize

NeoProfileLoad Method (String)

Loads a new NeoProfile instance from a path.

Namespace:  ff14bot.NeoProfiles
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static NeoProfile Load(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: NeoProfile
Exceptions
ExceptionCondition
FileNotFoundExceptionThrown when there exists no file at Path.
XmlExceptionThrown if the XML file at Path is not valid XML.
See Also