SPMobilePostsListItemIterator.List Property

Gets the list of all posts on the mobile blog site.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property List As SPList
    Get
'Usage
Dim instance As SPMobilePostsListItemIterator
Dim value As SPList

value = instance.List
public override SPList List { get; }

Property Value

Type: Microsoft.SharePoint.SPList
An SPList that contains all the posts on the blog site.

Remarks

Some posts on the list may not match the query in QueryString. Those items are not rendered by the SPMobilePostsListItemIterator control.

See Also

Reference

SPMobilePostsListItemIterator Class

SPMobilePostsListItemIterator Members

Microsoft.SharePoint.MobileControls Namespace