The document that will be stored in Search Index

Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
public class SearchDocument : SearchDocumentToDelete
Visual Basic
<SerializableAttribute>
Public Class SearchDocument
	Inherits SearchDocumentToDelete

Remarks

Each document is one discrete unit of content to be indexed and is independent from other Documents

Inheritance Hierarchy

See Also