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