Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use. Indicates whether the ContentHasToken property should be persisted.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function ShouldSerializeContentHasToken As Boolean
'Usage
Dim instance As ContentEditorWebPart
Dim returnValue As Boolean
returnValue = instance.ShouldSerializeContentHasToken()
public bool ShouldSerializeContentHasToken()
Return Value
Type: System.Boolean
true if the property value has been changed from its default; otherwise, false.
Remarks
This method is for internal use only.