Click or drag to resize

XmlHelperGetAttribute Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Helpers.XmlHelper.GetAttribute(System.Xml.XmlDocument,System.String,System.String,System.String)"]


Namespace: Scanjour.Workflow4.Common.Helpers
Assembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string GetAttribute(
	this XmlDocument parent,
	string xpath,
	string namespacePrefix,
	string namespaceUri
)

Parameters

parent  XmlDocument

[Missing <param name="parent"/> documentation for "M:Scanjour.Workflow4.Common.Helpers.XmlHelper.GetAttribute(System.Xml.XmlDocument,System.String,System.String,System.String)"]

xpath  String

[Missing <param name="xpath"/> documentation for "M:Scanjour.Workflow4.Common.Helpers.XmlHelper.GetAttribute(System.Xml.XmlDocument,System.String,System.String,System.String)"]

namespacePrefix  String

[Missing <param name="namespacePrefix"/> documentation for "M:Scanjour.Workflow4.Common.Helpers.XmlHelper.GetAttribute(System.Xml.XmlDocument,System.String,System.String,System.String)"]

namespaceUri  String

[Missing <param name="namespaceUri"/> documentation for "M:Scanjour.Workflow4.Common.Helpers.XmlHelper.GetAttribute(System.Xml.XmlDocument,System.String,System.String,System.String)"]

Return Value

String

[Missing <returns> documentation for "M:Scanjour.Workflow4.Common.Helpers.XmlHelper.GetAttribute(System.Xml.XmlDocument,System.String,System.String,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type XmlDocument. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also