AnonymousWriterRedirection Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Tells what entity to redirect to, after saving the document.

Namespace: ContentStudio.Site.ActiveScripting.EPT
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum Redirection
Members

  Member nameValueDescription
RedirectToRefererDocument0 Redirects to the document identified by httpreferrer.
RedirectToCreatedDocument1 Redirects to the newly written (created or edited) document.
RedirectToSpecifiedId2 Redirects to the document specified by the OKdocument property.
RedirectionNone3 No redirection (stays on the current template).
See Also

Reference