IReferencesManagerRemoveReference Method (IPage, IPage) Ingeniux CMS Content Store API

Removes a Reference between two Pages.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool RemoveReference(
	IPage sourcePage,
	IPage targetPage
)

Parameters

sourcePage
Type: Ingeniux.CMSIPage
The source page of the reference
targetPage
Type: Ingeniux.CMSIPage
The target page of the reference

Return Value

Type: Boolean
True if reference exists, false otherwise.
Remarks

If the sourcePage or targetPage parameter value is null, this method returns false.

See Also

Reference