The document that will be deleted from search Index

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

Syntax

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

Remarks

This is the base for all search documents (have ccommon properties) that can be used for deleting from the search index)

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Search.Entities..::..SearchDocumentToDelete
    DotNetNuke.Services.Search.Entities..::..SearchDocument

See Also