del método SPFolderHierarchy.TryGetFolder
TryGetFolder Obtiene una carpeta por dirección url, o null si no existe la carpeta.
Espacio de nombres: Microsoft.Office.Server.Utilities
Ensamblado: Microsoft.Office.Server (en Microsoft.Office.Server.dll)
Sintaxis
'Declaración
Public Function TryGetFolder ( _
strFolderUrl As String, _
<OutAttribute> ByRef folder As SPFolder _
) As Boolean
'Uso
Dim instance As SPFolderHierarchy
Dim strFolderUrl As String
Dim folder As SPFolder
Dim returnValue As Boolean
returnValue = instance.TryGetFolder(strFolderUrl, _
folder)
public bool TryGetFolder(
string strFolderUrl,
out SPFolder folder
)
Parámetros
- strFolderUrl
Tipo: System.String
- folder
Tipo: Microsoft.SharePoint.SPFolder
Valor devuelto
Tipo: System.Boolean
Devuelve Boolean.