Click or drag to resize

IReferencesManager.Get Method


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

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

Parameters

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

Return Value

Type: IEnumerable<IReferenceEntry>
Collection of references of specified Page.
See Also