IReferencesManagerRemoveReference Method (IPage, IPage)
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveReference(
IPage sourcePage,
IPage targetPage
)
Function RemoveReference (
sourcePage As IPage,
targetPage As IPage
) As Boolean
bool RemoveReference(
IPage^ sourcePage,
IPage^ targetPage
)
abstract RemoveReference :
sourcePage : IPage *
targetPage : IPage -> bool
Parameters
- sourcePage
- Type: Ingeniux.CMSIPage
The source page of the reference - targetPage
- Type: Ingeniux.CMSIPage
The target page of the reference
Return Value
Type:
BooleanTrue if reference exists, false otherwise.
Remarks If the sourcePage or targetPage parameter value is null, this method returns false.
See Also