SPFolderHierarchy.Item Property
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
strFolderUrl As String _
) As SPListItem
Get
'Usage
Dim instance As SPFolderHierarchy
Dim strFolderUrl As String
Dim value As SPListItem
value = instance(strFolderUrl)
public SPListItem this[
string strFolderUrl
] { get; }
Parameters
- strFolderUrl
Type: System.String
Property Value
Type: Microsoft.SharePoint.SPListItem
Returns SPListItem.