Click or drag to resize
ExtendedTextAreaDynamicBookmarks Property
Gets or sets if the bookmarks are refreshed dynamically during editing.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool DynamicBookmarks { get; set; }

Property Value

Type: Boolean
True, if bookmarks should be refreshed dynamically, otherwise false. Default is false.
See Also