CrawlFolderNotSupportedException.folder Property
Gets the name of the folder that is not supported.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property folder As String
Get
'Usage
Dim instance As CrawlFolderNotSupportedException
Dim value As String
value = instance.folder
public string folder { get; }
Property Value
Type: System.String
String that represents the name of the folder that is not supported.
See Also
Reference
CrawlFolderNotSupportedException Class