de la propiedad SPMobilePostsRefreshNavigation.ControlForRefresh
NOTA: esta API está ahora obsoleta.
Obtiene o establece el identificador del control que especifica la categoría actual de la lista de publicaciones, para que la lista se pueden filtrar por la misma categoría cuando se vuelve a cargar la página.
Espacio de nombres: Microsoft.SharePoint.MobileControls
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Property ControlForRefresh As String
Get
Set
'Uso
Dim instance As SPMobilePostsRefreshNavigation
Dim value As String
value = instance.ControlForRefresh
instance.ControlForRefresh = value
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public string ControlForRefresh { get; set; }
Valor de propiedad
Tipo: System.String
String que es idéntico a la propiedad ID del control, normalmente SPMobileCategoryPicker, que especifica qué categoría se utiliza para filtrar entradas.
Vea también
Referencia
clase SPMobilePostsRefreshNavigation