Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
SDK Documentation
RichHtmlField Class
 AllowImages Property

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
RichHtmlField.AllowImages Property (Microsoft.SharePoint.Publishing.WebControls)
Gets or sets the constraint that allows image tags to be added to the HTML.

Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
Public Property AllowImages As Boolean
Visual Basic (Usage)
Dim instance As RichHtmlField
Dim value As Boolean

value = instance.AllowImages

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

Property Value

When this flag is set to False, image tags are not allowed in the HTML.

If this flag is set to False, <IMG> and <BGSOUND> tags are removed from the HTML. Default is True. This property also determines whether the editing user interface (UI) enables these operations.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker