Click or drag to resize

IPublishingManagerUpdateRedirect Method


Update the given Redirect with new content.

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

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