| IPublishingManagerUpdateRedirect Method  | 
        
        
          
         
            Update the given 
Redirect with new content.
            
 
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
 Syntax
SyntaxIRedirect UpdateRedirect(
	string id,
	string from,
	string target,
	string notes,
	IEnumerable<string> pubTgtIds
)
Function UpdateRedirect ( 
	id As String,
	from As String,
	target As String,
	notes As String,
	pubTgtIds As IEnumerable(Of String)
) As IRedirect
IRedirect^ UpdateRedirect(
	String^ id, 
	String^ from, 
	String^ target, 
	String^ notes, 
	IEnumerable<String^>^ pubTgtIds
)
abstract UpdateRedirect : 
        id : string * 
        from : string * 
        target : string * 
        notes : string * 
        pubTgtIds : IEnumerable<string> -> IRedirect 
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
See Also