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.6.492
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class RedirectServices : CMSContentServiceBase

The RedirectServices type exposes the following members.

Constructors
 NameDescription
Public methodRedirectServicesInitializes 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