Compartir a través de


de la propiedad RichHtmlField.AllowReusableContent

Obtiene o establece el indicador que habilita el botón Selector de contenido reutilizable al editar este campo.

Espacio de nombres:  Microsoft.SharePoint.Publishing.WebControls
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

'Declaración
<BrowsableAttribute(True)> _
Public Property AllowReusableContent As Boolean
    Get
    Set
'Uso
Dim instance As RichHtmlField
Dim value As Boolean

value = instance.AllowReusableContent

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

Valor de propiedad

Tipo: System.Boolean

Vea también

Referencia

clase RichHtmlField

Miembros RichHtmlField

Espacio de nombres Microsoft.SharePoint.Publishing.WebControls

RichHtmlField