ExtendedTextAreaDynamicBookmarks Property |
Gets or sets if the bookmarks are refreshed dynamically during editing.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public bool DynamicBookmarks { get; set; }
Property Value
Type:
BooleanTrue, if bookmarks should be refreshed dynamically, otherwise false. Default is false.
See Also