Keyoti SearchUnit API Docs
FeaturedDocuments Class
API DocumentationKeyoti.SearchEngine.WebFeaturedDocuments
Keyoti SearchUnit v6
Collection of FeaturedDocument objects
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[TypeConverterAttribute(typeof(FeaturedDocumentsConverter))]
public class FeaturedDocuments : CollectionBase
[TypeConverterAttribute(typeof(FeaturedDocumentsConverter))]
public class FeaturedDocuments : CollectionBase
<TypeConverterAttribute(GetType(FeaturedDocumentsConverter))> 
Public Class FeaturedDocuments
	Inherits CollectionBase
<TypeConverterAttribute(GetType(FeaturedDocumentsConverter))> 
Public Class FeaturedDocuments
	Inherits CollectionBase
[TypeConverterAttribute(typeof(FeaturedDocumentsConverter))]
public ref class FeaturedDocuments : public CollectionBase
[TypeConverterAttribute(typeof(FeaturedDocumentsConverter))]
public ref class FeaturedDocuments : public CollectionBase
[<TypeConverterAttribute(typeof(FeaturedDocumentsConverter))>]
type FeaturedDocuments =  
    class
        inherit CollectionBase
    end
[<TypeConverterAttribute(typeof(FeaturedDocumentsConverter))>]
type FeaturedDocuments =  
    class
        inherit CollectionBase
    end
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
FeaturedDocuments()()()()
Creates a new instance.

FeaturedDocuments(String)
Creates a new instance, from the data in itemsString.

Add(FeaturedDocument)
Adds a FeaturedDocument to the collection.

Capacity (Inherited from CollectionBase.)
Clear()()()() (Inherited from CollectionBase.)
Count (Inherited from CollectionBase.)
Equals(Object) (Inherited from Object.)
Finalize()()()() (Inherited from Object.)
GetEnumerator()()()() (Inherited from CollectionBase.)
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
InnerList (Inherited from CollectionBase.)
Item[([( Int32])])
Indexer access to a FeaturedDocument in the collection.

List (Inherited from CollectionBase.)
ListChanged
MemberwiseClone()()()() (Inherited from Object.)
OnClear()()()() (Inherited from CollectionBase.)
OnClearComplete()()()() (Inherited from CollectionBase.)
OnInsert(Int32, Object) (Overrides CollectionBase.OnInsert(Int32, Object).)
OnInsertComplete(Int32, Object) (Inherited from CollectionBase.)
OnRemove(Int32, Object) (Inherited from CollectionBase.)
OnRemoveComplete(Int32, Object) (Overrides CollectionBase.OnRemoveComplete(Int32, Object).)
OnSet(Int32, Object, Object) (Inherited from CollectionBase.)
OnSetComplete(Int32, Object, Object) (Overrides CollectionBase.OnSetComplete(Int32, Object, Object).)
OnValidate(Object) (Inherited from CollectionBase.)
Remove(FeaturedDocument)
Removes a FeaturedDocument from the collection.

RemoveAt(Int32) (Inherited from CollectionBase.)
ToString()()()()
Returns this collection of FeaturedDocument objects as a double-pipe delimited string.
(Overrides Object.ToString()()()().)
Inheritance Hierarchy
Object
CollectionBase
 FeaturedDocuments

Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2015.6.15.120