ContentEditorWebPart.ShouldSerializeContentHasToken method
Reserved for internal use. Indicates whether the ContentHasToken property should be persisted.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.