SPView.IncludeRootFolder 属性

获取或设置一个布尔值,指定是否返回根文件夹列表视图中。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property IncludeRootFolder As Boolean
    Get
    Set
用法
Dim instance As SPView
Dim value As Boolean

value = instance.IncludeRootFolder

instance.IncludeRootFolder = value
public bool IncludeRootFolder { get; set; }

属性值

类型:System.Boolean
true返回根文件夹在视图 ;否则为false。

另请参阅

引用

SPView 类

SPView 成员

Microsoft.SharePoint 命名空间