SubscriptionManagerConfirmationMailDocument Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets or sets the confirmation mail document.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public DocumentId ConfirmationMailDocument { get; set; }

Property Value

Type: DocumentId
The confirmation mail document.
Remarks

This document information will be used by the ISubscriptionManager implementation as a template when it generates the subscription confirmation mail to the new subscriber. This document should contain the SubscriptionLink component that points to a document that implements the activation code. This property is ignored for selected categories that does not require activation.
See Also

Reference