ISchemaOperations members
SharePoint 2013
This class defines an interface for interacting with the Enterprise Search metadata property schema.
The ISchemaOperations type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateManagedProperty | Create a managed property. |
|
DeleteCategory | Delete a category. |
|
DeleteManagedProperty | Delete a managed property. This will also delete all the mappings and aliases for the managed property. |
|
DeleteUnmappedProperties | Delete all unmapped properties for a certain category. |
|
ExportSchema | Export the owner-specific schema to a serializable object. |
|
GetAllAliases | Returns all aliases for a given schema. |
|
GetAllCategories | Return all categories. |
|
GetAllCrawledProperties | Return "all" crawled properties. Can be limited by category and a filter string matching the crawled property name. |
|
GetCrawledProperty | Get a crawled property. |
|
GetManagedProperties(String, Int32, SearchObjectOwner) | Get all managed properties matching a filter string. |
|
GetManagedProperties(String, Int32, SearchObjectOwner, Boolean) | Get all managed properties matching a filter string. |
|
GetManagedProperty | Get one managed property. |
|
GetManagedPropertyAliases | Get aliases for a managed property. |
|
GetManagedPropertyMappings | Get the property mappings from crawled properties for a managed property. |
|
GetMappedCrawledProperties | Get all crawled properties mapped to a managed property. |
|
GetMappedManagedProperties | Get all mapped properties for a crawled property. |
|
ImportSchema | Import an owner-specific schema. |
|
QueryCrawledProperties | Query crawled properties. |
|
QueryManagedProperties | |
|
SetManagedPropertyAliases | Set the aliases for a managed property. |
|
SetManagedPropertyMappings | Set the property mappings from crawled properties for a managed property. |
|
UpdateCategory | Update a category. |
|
UpdateCrawledProperty | Update a crawled property. |
|
UpdateManagedProperty | Update a managed property. |
Show: