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.308
Syntax
public PathFinder(
	IContentItem root,
	Nullable<bool> forPages = null,
	IUserSession session = null
)

Parameters

root
Type: Ingeniux.CMSIContentItem

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

forPages (Optional)
Type: SystemNullableBoolean

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

session (Optional)
Type: Ingeniux.CMSIUserSession

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

See Also