IReferencesManagerGet Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<IReferenceEntry> Get(
	IPage page,
	bool includeCrossReferences,
	int depth
)

Parameters

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

Return Value

Type: IEnumerableIReferenceEntry
Collection of references of specified Page.
See Also

Reference