Click or drag to resize

XmlHelperForcePath Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.ForcePath(System.Xml.XmlDocument,System.String)"]


Namespace: Scanjour.Workflow4.TestFramework.Internal.Packages
Assembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static XmlElement ForcePath(
	this XmlDocument document,
	string path
)

Parameters

document  XmlDocument

[Missing <param name="document"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.ForcePath(System.Xml.XmlDocument,System.String)"]

path  String

[Missing <param name="path"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.ForcePath(System.Xml.XmlDocument,System.String)"]

Return Value

XmlElement

[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.ForcePath(System.Xml.XmlDocument,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