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

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

Gets the text content of the SubscriptionMarker control. This content is directly related to the Marker property and is read-only.

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

public override string Text { get; set; }

Property Value

Type: String
The text shown in the control.

Return Value

Type: String
The text content of the control determined by the value of the Marker property.

Implements

ITextControlText
Exceptions

ExceptionCondition
InvalidOperationExceptionThe property is read-only
Remarks

The text shown in this control is only used as a placed holder. The mail handle is expected to replace these marker values with the actual running values.
See Also

Reference