RichHtmlField.V4RTEClientId property

Gets or sets the client ID of the rich text editor area.

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

Syntax

'Declaration
Public Overrides ReadOnly Property V4RTEClientId As String
    Get
'Usage
Dim instance As RichHtmlField
Dim value As String

value = instance.V4RTEClientId
public override string V4RTEClientId { get; }

Property value

Type: System.String
Returns the client ID of the rich text editor area.
Returns String.

See also

Reference

RichHtmlField class

RichHtmlField members

Microsoft.SharePoint.Publishing.WebControls namespace