Click or drag to resize

XmlUtilsGetAttributeValue Method (String, XmlNode, Guid, Boolean)

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static Guid GetAttributeValue(
	string attributeName,
	XmlNode node,
	Guid defaultValue,
	bool throwIfAttributeNotPresent = false
)

Parameters

attributeName
Type: SystemString
node
Type: System.XmlXmlNode
defaultValue
Type: SystemGuid
throwIfAttributeNotPresent (Optional)
Type: SystemBoolean

Return Value

Type: Guid
See Also