Gets or sets the flag that enables the reusable content picker button when editing this field.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
Public Property AllowReusableContent As Boolean
Dim instance As RichHtmlField
Dim value As Boolean
value = instance.AllowReusableContent
instance.AllowReusableContent = value
[BrowsableAttribute(true)]
public bool AllowReusableContent { get; set; }