Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
ContentIndexProvider Class Members
See Also  Properties  Methods  Events
Telerik.Cms.Engine Namespace : ContentIndexProvider Class


The following tables list the members exposed by ContentIndexProvider.

Public Constructors

Public Properties

Protected Properties

 NameDescription
Protected PropertyContentItemKeyImpl Gets the content item key implicitly. This property should be overriden in the derived classes so that 2 different controls deriving from this one can be used together.  
Protected PropertyContentProviderKeyImpl Gets the content provider key implicitly. This property should be overriden in the derived classes so that 2 different controls deriving from this one can be used together.  
Protected PropertyManager  
Protected PropertyMetaFields  
Top

Public Methods

 NameDescription
Public MethodGetContentToIndex  
Public MethodGetUrlsToIndex  
Public MethodInitialize  
Top

Protected Methods

 NameDescription
Protected MethodContentProvider_Executed  
Protected MethodCreateManager  
Protected MethodGetDefaultContentProvider Gets the name of the default content data provider.  
Protected MethodGetIndexerInfoOverloaded.   
Protected MethodGetItemUrl Gets the URL to a single content item. This method is invoked for every item that is binding to the list. By default the item ID is appended to the query string portion of the URL.  
Protected MethodOnIndex  
Top

Public Events

 NameDescription
Public EventIndex  
Top

See Also