Share via


HtmlEditor.UseIntranetMode Property

Gets or sets a value whether the mode is such that the user's client application can open the source document when in rich-client authoring mode.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property UseIntranetMode As Boolean
    Get
    Set
'Usage
Dim instance As HtmlEditor
Dim value As Boolean

value = instance.UseIntranetMode

instance.UseIntranetMode = value
public bool UseIntranetMode { get; set; }

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

HtmlEditor Class

HtmlEditor Members

Microsoft.SharePoint.Publishing.WebControls Namespace

HtmlEditor