Click or drag to resize

IReferencesManagerGet Method


Retrieves all References of the specified Page. This method can query recursively on references of referenced pages, with or without cross references.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IReferenceEntry> Get(
	IPage page,
	bool includeCrossReferences,
	int depth
)

Parameters

page  IPage
Page for which to get references
includeCrossReferences  Boolean
Whether to include cross references or only direct references
depth  Int32
Depth of recursion. If value is equal to or less than 1, references of references are not returned

Return Value

IEnumerableIReferenceEntry
Collection of references of specified Page.
See Also