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.