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