HtmlEditor.RcaTargetPageEdited Property
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