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.