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