Share via


ISchemaOperations members

This class defines an interface for interacting with the Enterprise Search metadata property schema.

The ISchemaOperations type exposes the following members.

Methods

  Name Description
Public method CreateManagedProperty Create a managed property.
Public method DeleteCategory Delete a category.
Public method DeleteManagedProperty Delete a managed property. This will also delete all the mappings and aliases for the managed property.
Public method DeleteUnmappedProperties Delete all unmapped properties for a certain category.
Public method ExportSchema Export the owner-specific schema to a serializable object.
Public method GetAllAliases Returns all aliases for a given schema.
Public method GetAllCategories Return all categories.
Public method GetAllCrawledProperties Return "all" crawled properties. Can be limited by category and a filter string matching the crawled property name.
Public method GetCrawledProperty Get a crawled property.
Public method GetManagedProperties(String, Int32, SearchObjectOwner) Get all managed properties matching a filter string.
Public method GetManagedProperties(String, Int32, SearchObjectOwner, Boolean) Get all managed properties matching a filter string.
Public method GetManagedProperty Get one managed property.
Public method GetManagedPropertyAliases Get aliases for a managed property.
Public method GetManagedPropertyMappings Get the property mappings from crawled properties for a managed property.
Public method GetMappedCrawledProperties Get all crawled properties mapped to a managed property.
Public method GetMappedManagedProperties Get all mapped properties for a crawled property.
Public method ImportSchema Import an owner-specific schema.
Public method QueryCrawledProperties Query crawled properties.
Public method QueryManagedProperties
Public method SetManagedPropertyAliases Set the aliases for a managed property.
Public method SetManagedPropertyMappings Set the property mappings from crawled properties for a managed property.
Public method UpdateCategory Update a category.
Public method UpdateCrawledProperty Update a crawled property.
Public method UpdateManagedProperty Update a managed property.

Top

See also

Reference

ISchemaOperations interface

Microsoft.Office.Server.Search.Administration namespace