IPublishingManagerRemoveRedirect Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveRedirect(
string redirectId
)
Function RemoveRedirect (
redirectId As String
) As Boolean
bool RemoveRedirect(
String^ redirectId
)
abstract RemoveRedirect :
redirectId : string -> bool Parameters
- redirectId String
- ID of the Redirect entry to remove.
Return Value
BooleanTrue if the
Redirect entry exists, false if it doesn't.
See Also