SPFolder.SubFolders property
取得包含在該資料夾內的子資料夾的集合。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property SubFolders As SPFolderCollection
Get
'用途
Dim instance As SPFolder
Dim value As SPFolderCollection
value = instance.SubFolders
public SPFolderCollection SubFolders { get; }
Property value
Type: Microsoft.SharePoint.SPFolderCollection
SPFolderCollection 物件,表示子資料夾。