IPublishingManagerUpdateRedirect Method
|
Update the given
Redirect with new content.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIRedirect UpdateRedirect(
string id,
string from,
string target,
string notes,
IEnumerable<string> pubTgtIds
)
Function UpdateRedirect (
id As String,
from As String,
target As String,
notes As String,
pubTgtIds As IEnumerable(Of String)
) As IRedirect
IRedirect^ UpdateRedirect(
String^ id,
String^ from,
String^ target,
String^ notes,
IEnumerable<String^>^ pubTgtIds
)
abstract UpdateRedirect :
id : string *
from : string *
target : string *
notes : string *
pubTgtIds : IEnumerable<string> -> IRedirect Parameters
- id String
- ID of the redirect to update
- from String
- New From address. Can be absolute or relative.
- target String
- New Target relative address. Can also be absolute or relative.
- notes String
- New Notes string. Arbitrary description of redirect.
- pubTgtIds IEnumerableString
- Specifies which Publishing Targets the redirect entry is for.
Return Value
IRedirect[Missing <returns> documentation for "M:Ingeniux.CMS.IPublishingManager.UpdateRedirect(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"]
See Also