IPublishingManagerUpdateRedirect Method Ingeniux CMS Content Store API

Update the given Redirect with new content.

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

IRedirect UpdateRedirect(
	string id,
	string from,
	string target,
	string notes,
	IEnumerable<string> pubTgtIds
)

Parameters

id
Type: SystemString
ID of the redirect to update
from
Type: SystemString
New From address. Can be absolute or relative.
target
Type: SystemString
New Target relative address. Can also be absolute or relative.
notes
Type: SystemString
New Notes string. Arbitrary description of redirect.
pubTgtIds
Type: System.Collections.GenericIEnumerableString
Specifies which Publishing Targets the redirect entry is for.

Return Value

Type: 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

Reference