SPMobileListTemplateSelector.WithFolder 属性

获取或设置一个值,该值指示当前列表是否为列表中的文件夹。

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

语法

声明
Public Property WithFolder As Boolean
    Get
    Set
用法
Dim instance As SPMobileListTemplateSelector
Dim value As Boolean

value = instance.WithFolder

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

属性值

类型:System.Boolean
true如果当前列表文件夹中。否则为false。

另请参阅

引用

SPMobileListTemplateSelector 类

SPMobileListTemplateSelector 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间

其他资源

Mobile Page Rendering System