IReferencesManagerRemoveReference(IPage, IPage) Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool 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 IPage
- The source page of the reference
- targetPage IPage
- The target page of the reference
Return Value
BooleanTrue if reference exists, false otherwise.
RemarksIf the sourcePage or targetPage parameter value is null, this method returns false.
See Also