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