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.
Return Type: Microsoft.SharePoint.Client.List
Returns the News List on this web, if it exists. If the list does not exist, the list will be created and then returned if allowCreate is set to true. The News List is a hidden SP.List in which News Posts are stored.
Parameters:
allowCreate: Indicates whether to create the list if it does not exist on this web. "true" means yes.
Type: CSOM Boolean