SPMobileListTemplateSelector.WithFolder property
Namespace: Microsoft.SharePoint.Mobile.WebControls
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
See also
Reference
SPMobileListTemplateSelector class