The SearchDocumentToDelete type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SearchDocumentToDelete | DotNetNuke.Services.Search.Entities.SearchDocumentToDelete |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
This is overriden to allow saving into DB using object.ToString() as JSON entity
(Overrides Object..::..ToString()()()().) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
| Name | Description | |
|---|---|---|
| AuthorUserId |
User Id of the Author
| |
| CultureCode |
Culture Code associated with the content.
| |
| Keywords |
Additional keywords can be specified for Indexing
| |
| ModuleDefId |
Module Definition Id of the Content.
| |
| ModuleId |
Module Id of the Content
| |
| NumericKeys |
Additional numeric fields can be specified for Indexing
| |
| PortalId |
Portal Id
| |
| QueryString |
QueryString that may be associated with a Search Document.
| |
| RoleId |
RoleId (GroupId) for additional filtering [Optional]
| |
| SearchTypeId |
Search Type Id, e.g. module, file or url
| |
| TabId |
Tab Id of the Content [Optional]
| |
| UniqueKey |
A key to uniquely identify a document in the Index
|