Click or drag to resize

PathFinder Constructor


Initializes a new instance of the PathFinder class

Namespace: Ingeniux.CMS.Dita
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public PathFinder(
	IContentItem root,
	bool? forPages = null,
	IUserSession session = null
)

Parameters

root  IContentItem

[Missing <param name="root"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.#ctor(Ingeniux.CMS.IContentItem,System.Nullable{System.Boolean},Ingeniux.CMS.IUserSession)"]

forPages  NullableBoolean  (Optional)

[Missing <param name="forPages"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.#ctor(Ingeniux.CMS.IContentItem,System.Nullable{System.Boolean},Ingeniux.CMS.IUserSession)"]

session  IUserSession  (Optional)

[Missing <param name="session"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.#ctor(Ingeniux.CMS.IContentItem,System.Nullable{System.Boolean},Ingeniux.CMS.IUserSession)"]

See Also