Share via


HtmlEditor.RcaTargetPageEdited property

Gets or sets a value that indicates whether the target page has been edited.

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

Syntax

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

value = instance.RcaTargetPageEdited

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

Property value

Type: System.Boolean
true if the page has been edited; otherwise, false.

See also

Reference

HtmlEditor class

HtmlEditor members

Microsoft.SharePoint.Publishing.WebControls namespace

HtmlEditor