The DataService type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataService | DotNetNuke.Entities.Content.Data.DataService |
Methods
| Name | Description | |
|---|---|---|
| AddContentItem |
Adds the content item.
| |
| AddContentType |
Adds the type of the content.
| |
| AddHeirarchicalTerm |
Adds the heirarchical term.
| |
| AddMetaData |
Adds the meta data.
| |
| AddScopeType |
Adds the type of the scope.
| |
| AddSimpleTerm |
Adds the simple term.
| |
| AddTermToContent | ||
| AddVocabulary |
Adds the vocabulary.
| |
| DeleteContentItem |
Deletes the content item.
| |
| DeleteContentType | ||
| DeleteHeirarchicalTerm |
Deletes the heirarchical term.
| |
| DeleteMetaData |
Deletes the meta data.
| |
| DeleteScopeType |
Deletes the type of the scope.
| |
| DeleteSimpleTerm |
Deletes the simple term.
| |
| DeleteVocabulary |
Deletes the vocabulary.
| |
| 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.) | |
| GetContentItem |
Gets the content item.
| |
| GetContentItems |
Gets the content items.
| |
| GetContentItemsByContentType |
Get a list of content items of the specified content type, contentTypeId.
| |
| GetContentItemsByModuleId |
Retrieve all content items associated with a articular Module ID, moduleId.
| |
| GetContentItemsByTabId |
Get a list of content items based on TabID (PageID).
| |
| GetContentItemsByTerm |
Gets the content items by term.
| |
| GetContentItemsByVocabularyId |
Retrieve a list of content items containg terms from the specified Vocabulary ID.
| |
| GetContentTypes |
Gets the content types.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetMetaData |
Gets the meta data.
| |
| GetScopeTypes |
Gets the scope types.
| |
| GetTerm |
Gets the term.
| |
| GetTermsByContent |
Gets the content of the terms by.
| |
| GetTermsByVocabulary |
Gets the terms by vocabulary.
| |
| GetTermUsage |
Retrieve term usage data for the specified Term ID, termId.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUnIndexedContentItems |
Gets the un indexed content items.
| |
| GetVocabularies |
Gets the vocabularies.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveTermsFromContent |
Removes the content of the terms from.
| |
| SynchronizeMetaData | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateContentItem |
Updates the content item.
| |
| UpdateContentType |
Updates the type of the content.
| |
| UpdateHeirarchicalTerm |
Updates the heirarchical term.
| |
| UpdateScopeType |
Updates the type of the scope.
| |
| UpdateSimpleTerm |
Updates the simple term.
| |
| UpdateVocabulary |
Updates the vocabulary.
|
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.) |