[This is preliminary documentation and is subject to change.]

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected string GetNodeAttribute(
	XPathNavigator nav,
	string id,
	string _default
)
Visual Basic (Declaration)
Protected Function GetNodeAttribute ( _
	nav As XPathNavigator, _
	id As String, _
	_default As String _
) As String
Visual C++
protected:
String^ GetNodeAttribute(
	XPathNavigator^ nav, 
	String^ id, 
	String^ _default
)

Parameters

nav
Type: System.Xml.XPath..::.XPathNavigator
id
Type: System..::.String
_default
Type: System..::.String

See Also