IRedirectUpdate Method Ingeniux CMS Content Store API

Updates this redirect entry.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void Update(
	string from,
	string target,
	string notes,
	IEnumerable<string> pubTgtIds
)

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

ExceptionCondition
ArgumentExceptionWhen either the "from" or "target" address is null, empty, or whitespace
See Also

Reference