SPMobileUtility.CreateFolderNavigation method
NOTE: This API is now obsolete.
Cria um link para o conteúdo de uma pasta filha.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<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 Shared Function CreateFolderNavigation ( _
folderName As String, _
list As SPList, _
view As SPView, _
currentFolder As SPFolder _
) As Link
'Uso
Dim folderName As String
Dim list As SPList
Dim view As SPView
Dim currentFolder As SPFolder
Dim returnValue As Link
returnValue = SPMobileUtility.CreateFolderNavigation(folderName, _
list, view, currentFolder)
[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 static Link CreateFolderNavigation(
string folderName,
SPList list,
SPView view,
SPFolder currentFolder
)
Parâmetros
folderName
Type: System.StringO nome da pasta que serve como o texto do link.
list
Type: Microsoft.SharePoint.SPListA lista atual.
view
Type: Microsoft.SharePoint.SPViewO modo de exibição atual.
currentFolder
Type: Microsoft.SharePoint.SPFolderPasta atual (pai).
Valor retornado
Type: System.Web.UI.MobileControls.Link
Um link para a pasta filho (ou a null reference (Nothing in Visual Basic), se folderName não existir).