de la propiedad SPMobilePostsRefreshNavigation.List
NOTA: esta API está ahora obsoleta.
Obtiene una lista de entradas de la colección de lista almacenada en caché en el sitio Web actual.
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 Overrides ReadOnly Property List As SPList
Get
'Uso
Dim instance As SPMobilePostsRefreshNavigation
Dim value As SPList
value = instance.List
[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 override SPList List { get; }
Valor de propiedad
Tipo: Microsoft.SharePoint.SPList
Una lista de entradas del blog.
Vea también
Referencia
clase SPMobilePostsRefreshNavigation