Click or drag to resize

IReferencesManagerRemoveReference(IPage, IPage) Method


Removes a Reference between two Pages.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemoveReference(
	IPage sourcePage,
	IPage targetPage
)

Parameters

sourcePage  IPage
The source page of the reference
targetPage  IPage
The target page of the reference

Return Value

Boolean
True if reference exists, false otherwise.
Remarks

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

See Also