CommonGetNodeData Method

[Missing <summary> documentation for "M:IAS.Common.GetNodeData(System.Xml.XmlDocument@,System.Xml.XmlNamespaceManager@,System.String,System.Type,System.Object)"]

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Object GetNodeData(
	ref XmlDocument xml,
	ref XmlNamespaceManager xmlNSM,
	string nodePath,
	Type dataType,
	Object valueIfNothing = null
)

Parameters

xml
Type: System.XmlXmlDocument

[Missing <param name="xml"/> documentation for "M:IAS.Common.GetNodeData(System.Xml.XmlDocument@,System.Xml.XmlNamespaceManager@,System.String,System.Type,System.Object)"]

xmlNSM
Type: System.XmlXmlNamespaceManager

[Missing <param name="xmlNSM"/> documentation for "M:IAS.Common.GetNodeData(System.Xml.XmlDocument@,System.Xml.XmlNamespaceManager@,System.String,System.Type,System.Object)"]

nodePath
Type: SystemString

[Missing <param name="nodePath"/> documentation for "M:IAS.Common.GetNodeData(System.Xml.XmlDocument@,System.Xml.XmlNamespaceManager@,System.String,System.Type,System.Object)"]

dataType
Type: SystemType

[Missing <param name="dataType"/> documentation for "M:IAS.Common.GetNodeData(System.Xml.XmlDocument@,System.Xml.XmlNamespaceManager@,System.String,System.Type,System.Object)"]

valueIfNothing (Optional)
Type: SystemObject

[Missing <param name="valueIfNothing"/> documentation for "M:IAS.Common.GetNodeData(System.Xml.XmlDocument@,System.Xml.XmlNamespaceManager@,System.String,System.Type,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:IAS.Common.GetNodeData(System.Xml.XmlDocument@,System.Xml.XmlNamespaceManager@,System.String,System.Type,System.Object)"]

See Also