Share via


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)
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.

See Also

Reference

ContentEditorWebPart Class

ContentEditorWebPart Members

Microsoft.SharePoint.WebPartPages Namespace