SPMobileListTemplateSelector.WithFolder Property
Gets or sets a value that indicates whether the current list is a folder within a list.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property WithFolder As Boolean
Get
Set
'Usage
Dim instance As SPMobileListTemplateSelector
Dim value As Boolean
value = instance.WithFolder
instance.WithFolder = value
public bool WithFolder { get; set; }
Property Value
Type: System.Boolean
true if the current list is a folder; otherwise, false.
See Also
Reference
SPMobileListTemplateSelector Class
SPMobileListTemplateSelector Members
Microsoft.SharePoint.MobileControls Namespace