IReferencesManagerRemoveReferences Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void RemoveReferences(
IPage page,
EnumReferenceRemovalType removalType
)
Sub RemoveReferences (
page As IPage,
removalType As EnumReferenceRemovalType
)
void RemoveReferences(
IPage^ page,
EnumReferenceRemovalType removalType
)
abstract RemoveReferences :
page : IPage *
removalType : EnumReferenceRemovalType -> unit
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