The SearchDocument type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SearchDocument | DotNetNuke.Services.Search.Entities.SearchDocument |
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 | (Overrides SearchDocumentToDelete..::..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
(Inherited from SearchDocumentToDelete.) |
![]() | Body |
Content's Body
|
![]() | CultureCode |
Culture Code associated with the content.
(Inherited from SearchDocumentToDelete.) |
![]() | Description |
Content's Description
|
![]() | IsActive |
Flag to indicate if Content is Active or Not. Content will be deleted from Index when IsActive = false. Default is True.
|
![]() | Keywords |
Additional keywords can be specified for Indexing
(Inherited from SearchDocumentToDelete.) |
![]() | ModifiedTimeUtc |
Time when Content was last modified (in Utc)
|
![]() | ModuleDefId |
Module Definition Id of the Content.
(Inherited from SearchDocumentToDelete.) |
![]() | ModuleId |
Module Id of the Content
(Inherited from SearchDocumentToDelete.) |
![]() | NumericKeys |
Additional numeric fields can be specified for Indexing
(Inherited from SearchDocumentToDelete.) |
![]() | Permissions |
A string representation of roles and users who have view (or denied view) permissions
|
![]() | PortalId |
Portal Id
(Inherited from SearchDocumentToDelete.) |
![]() | QueryString |
QueryString that may be associated with a Search Document.
(Inherited from SearchDocumentToDelete.) |
![]() | RoleId |
RoleId (GroupId) for additional filtering [Optional]
(Inherited from SearchDocumentToDelete.) |
![]() | SearchTypeId |
Search Type Id, e.g. module, file or url
(Inherited from SearchDocumentToDelete.) |
![]() | TabId |
Tab Id of the Content [Optional]
(Inherited from SearchDocumentToDelete.) |
![]() | Tags |
Tags can be specified as additional information
|
![]() | Title |
Content's Title
|
![]() | UniqueKey |
A key to uniquely identify a document in the Index
(Inherited from SearchDocumentToDelete.) |
![]() | Url |
Url for the indexed item.
|