SPMobilePostsListViewNavigation.FlipViewType Property
Gets or sets a value indicating whether each click of the link toggles between showing all posts and showing only the posts of the current user.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FlipViewType As Boolean
Get
Set
'Usage
Dim instance As SPMobilePostsListViewNavigation
Dim value As Boolean
value = instance.FlipViewType
instance.FlipViewType = value
public bool FlipViewType { get; set; }
Property Value
Type: System.Boolean
true if each click of the link toggles between showing all posts on the site and showing only the posts of the current user; otherwise, false. The default is false.
Remarks
When this property is false, the view type remains either "all posts" or "my posts". When the property is true, clicking the link switches from the current view type to the other.
See Also
Reference
SPMobilePostsListViewNavigation Class