Click or drag to resize

RedirectServices Class


Provides functionality to manage the redirects system for run-time sites.
Inheritance Hierarchy
SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServiceRedirectServices

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class RedirectServices : CMSContentServiceBase

The RedirectServices type exposes the following members.

Constructors
  NameDescription
Public methodRedirectServices
Initializes a new instance of the RedirectServices class
Top
Methods
  NameDescription
Public methodDeleteRedirects
Deletes a collection of Redirect entries
Public methodListRedirects
Retrieves the collection of Redirect entries for all Publishing Targets
Public methodSaveRedirect
Creates/Updates a Redirect entry
Top
See Also