Click or drag to resize
Redirects Class
Values returned by properties in this class are scoped to the thread's request domain alias.
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.Sdk.SettingsRedirects

Namespace: ConnectedApps.Cms.Sdk.Settings
Assembly: ConnectedApps.Cms.Sdk.Settings (in ConnectedApps.Cms.Sdk.Settings.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class Redirects

The Redirects type exposes the following members.

Constructors
  NameDescription
Public methodRedirects
Initializes a new instance of the Redirects class
Top
Properties
  NameDescription
Public propertyStatic memberDefaultUrl
Gets the default URL. This specifies the location a user is redirected to upon successful log in.
Public propertyStatic memberLoggedOutUrl
Gets the logged out URL. This specifies the location a user should be redirected to upon successful log out.
Public propertyStatic memberLogInUrl
Gets the log in URL. This is used to redirect unauthenticated and unauthorized users who attempt to access restricted resources.
Public propertyStatic memberLogOutUrl
Gets the log out URL. This specifies the location in which a log out process can be invoked.
Public propertyStatic memberPageNotFoundUrl
Gets the page not found URL.
Public propertyStatic memberSiteErrorPage
Gets the site error page URL. This URL reflects an asset and not a page item.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also