Click or drag to resize

DocumentRenderInstruction Constructor (String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the DocumentRenderInstruction class

Namespace:  imbNLP.Toolkit.Entity
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public DocumentRenderInstruction(
	string _name,
	string _xpath
)

Parameters

_name
Type: SystemString

[Missing <param name="_name"/> documentation for "M:imbNLP.Toolkit.Entity.DocumentRenderInstruction.#ctor(System.String,System.String)"]

_xpath
Type: SystemString

[Missing <param name="_xpath"/> documentation for "M:imbNLP.Toolkit.Entity.DocumentRenderInstruction.#ctor(System.String,System.String)"]

See Also