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.6.492
Syntax
void RemoveReferences(
	IPage page,
	EnumReferenceRemovalType removalType
)

Parameters

page  IPage
Page to remove references for
removalType  EnumReferenceRemovalType
Type of Reference to remove: source, target, or both
See Also