XmlHelperForcePath Method

Scanjour Workflow4 Reference Manual

[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: 23.1.0.0 (23.1.0.0)
Syntax

public static XmlElement ForcePath(
	this XmlDocument document,
	string path
)

Parameters

document
Type: System.XmlXmlDocument

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

path
Type: SystemString

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

Return Value

Type: 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

Reference