BaseRichField.V4RTEClientId property

Returns the client ID of the rich text container.

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 BaseRichField
Dim value As String

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

Property value

Type: System.String
The client ID of the rich text container.

Remarks

The value returned is a null reference (Nothing in Visual Basic) since this abstract class overides the default behavior and expects classes that inherit from it to specify the appropriate client ID.

See also

Reference

BaseRichField class

BaseRichField members

Microsoft.SharePoint.Publishing.WebControls namespace