CrawledPropertyList Constructor
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Search.Admin.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
schemaManager As Schema, _
category As Category, _
findText As String _
)
'Usage
Dim schemaManager As Schema
Dim category As Category
Dim findText As String
Dim instance As New CrawledPropertyList(schemaManager, _
category, findText)
public CrawledPropertyList(
Schema schemaManager,
Category category,
string findText
)
Parameters
- schemaManager
Type: Microsoft.Office.Server.Search.Administration.Schema
- category
Type: Microsoft.Office.Server.Search.Administration.Category
- findText
Type: System.String
See Also
Reference
Microsoft.SharePoint.Portal.Search.Admin.WebControls Namespace