Keyoti SearchUnit API Docs
AddDocumentEventArgs Class
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesAddDocumentEventArgs
Keyoti SearchUnit v6
Arguments for AddDocument event which provides the opportunity to cancel a document from being added
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class AddDocumentEventArgs : EventArgs
public class AddDocumentEventArgs : EventArgs
Public Class AddDocumentEventArgs
	Inherits EventArgs
Public Class AddDocumentEventArgs
	Inherits EventArgs
public ref class AddDocumentEventArgs : public EventArgs
public ref class AddDocumentEventArgs : public EventArgs
type AddDocumentEventArgs =  
    class
        inherit EventArgs
    end
type AddDocumentEventArgs =  
    class
        inherit EventArgs
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AddDocumentEventArgs(Document, XmlDataAccess)
Constructor

Cancel
Set to true to cancel the document being added

Cancelable
Whether the event is cancelable - this is generally false for "Added" events and true for "Adding" events.

DataAccess
The current DataAccess.

Document
The Document that is about to be added

DocumentUri
The uri of the document that is about to be added

Equals(Object) (Inherited from Object.)
Finalize()()()() (Inherited from Object.)
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
MemberwiseClone()()()() (Inherited from Object.)
ToString()()()() (Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 AddDocumentEventArgs

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