Click or drag to resize

NeoProfileLoad Method (XElement, String)

Loads a new NeoProfile instance from an element.

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

Parameters

element
Type: System.Xml.LinqXElement
The element.
path (Optional)
Type: SystemString

Return Value

Type: NeoProfile
See Also