Click or drag to resize

IReferencesManagerRemoveReferences Method


Removes References from and/or to the specified Page.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void RemoveReferences(
	IPage page,
	EnumReferenceRemovalType removalType
)

Parameters

page
Type: Ingeniux.CMSIPage
Page to remove references for
removalType
Type: Ingeniux.CMS.EnumsEnumReferenceRemovalType
Type of Reference to remove: source, target, or both
See Also