Updates this redirect entry.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void Update(
string from,
string target,
string notes,
IEnumerable<string> pubTgtIds
)
Sub Update (
from As String,
target As String,
notes As String,
pubTgtIds As IEnumerable(Of String)
)
void Update(
String^ from,
String^ target,
String^ notes,
IEnumerable<String^>^ pubTgtIds
)
abstract Update :
from : string *
target : string *
notes : string *
pubTgtIds : IEnumerable<string> -> unit
Parameters
- from
- Type: SystemString
New "from" address - target
- Type: SystemString
New "target" address - notes
- Type: SystemString
[Missing <param name="notes"/> documentation for "M:Ingeniux.CMS.IRedirect.Update(System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"]
- pubTgtIds
- Type: System.Collections.GenericIEnumerableString
New collection of Publishing Target IDs
Exceptions Exception | Condition |
---|
ArgumentException | When either the "from" or "target" address is null, empty, or whitespace |
See Also