Share via


SPMobilePostsRefreshNavigation.ControlForRefresh Property

Gets or sets the ID of the control that specifies the current category of the list of posts, so that the list can be filtered by the same category when the page reloads.

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

Syntax

'Declaration
Public Property ControlForRefresh As String
    Get
    Set
'Usage
Dim instance As SPMobilePostsRefreshNavigation
Dim value As String

value = instance.ControlForRefresh

instance.ControlForRefresh = value
public string ControlForRefresh { get; set; }

Property Value

Type: System.String
A String that is identical to the ID property of the control, usually SPMobileCategoryPicker, that specifies which category is being used to filter posts.

See Also

Reference

SPMobilePostsRefreshNavigation Class

SPMobilePostsRefreshNavigation Members

Microsoft.SharePoint.MobileControls Namespace