Click or drag to resize

IRedirectUpdate Method


Updates this redirect entry.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void Update(
	string from,
	string target,
	string notes,
	IEnumerable<string> pubTgtIds
)

Parameters

from  String
New "from" address
target  String
New "target" address
notes  String

[Missing <param name="notes"/> documentation for "M:Ingeniux.CMS.IRedirect.Update(System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"]

pubTgtIds  IEnumerableString
New collection of Publishing Target IDs
Exceptions
ExceptionCondition
ArgumentExceptionWhen either the "from" or "target" address is null, empty, or whitespace
See Also