RichHtmlField.AllowReusableContent Property (Microsoft.SharePoint.Publishing.WebControls)
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)
Syntax

Visual Basic (Declaration)
<BrowsableAttribute(True)> _
Public Property AllowReusableContent As Boolean
Visual Basic (Usage)
Dim instance As RichHtmlField
Dim value As Boolean

value = instance.AllowReusableContent

instance.AllowReusableContent = value
C#
[BrowsableAttribute(true)] 
public bool AllowReusableContent { get; set; }
See Also

Tags :


Page view tracker