BaseXsltListWebPart.ShouldSerializeWebId Method
Indicates whether the WebId should be persisted.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function ShouldSerializeWebId As Boolean
'Usage
Dim instance As BaseXsltListWebPart
Dim returnValue As Boolean
returnValue = instance.ShouldSerializeWebId()
public bool ShouldSerializeWebId()
Return Value
Type: System.Boolean
true if WebId should be persisted; otherwise, false.
Remarks
This method indicates whether the WebId should be persisted.