IReferencesManagerRemoveReferences Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 IPage
- Page to remove references for
- removalType EnumReferenceRemovalType
- Type of Reference to remove: source, target, or both
See Also