The DataService type exposes the following members.

Methods

  NameDescription
Public methodAddContentItem
Adds the content item.
Public methodAddContentType
Adds the type of the content.
Public methodAddHeirarchicalTerm
Adds the heirarchical term.
Public methodAddMetaData
Adds the meta data.
Public methodAddScopeType
Adds the type of the scope.
Public methodAddSimpleTerm
Adds the simple term.
Public methodAddTermToContent
Public methodAddVocabulary
Adds the vocabulary.
Public methodDeleteContentItem
Deletes the content item.
Public methodDeleteContentType
Public methodDeleteHeirarchicalTerm
Deletes the heirarchical term.
Public methodDeleteMetaData
Deletes the meta data.
Public methodDeleteScopeType
Deletes the type of the scope.
Public methodDeleteSimpleTerm
Deletes the simple term.
Public methodDeleteVocabulary
Deletes the vocabulary.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetContentItem
Gets the content item.
Public methodGetContentItems
Gets the content items.
Public methodGetContentItemsByContentType
Get a list of content items of the specified content type, contentTypeId.
Public methodGetContentItemsByModuleId
Retrieve all content items associated with a articular Module ID, moduleId.
Public methodGetContentItemsByTabId
Get a list of content items based on TabID (PageID).
Public methodGetContentItemsByTerm
Gets the content items by term.
Public methodGetContentItemsByVocabularyId
Retrieve a list of content items containg terms from the specified Vocabulary ID.
Public methodGetContentTypes
Gets the content types.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMetaData
Gets the meta data.
Public methodGetScopeTypes
Gets the scope types.
Public methodGetTerm
Gets the term.
Public methodGetTermsByContent
Gets the content of the terms by.
Public methodGetTermsByVocabulary
Gets the terms by vocabulary.
Public methodGetTermUsage
Retrieve term usage data for the specified Term ID, termId.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnIndexedContentItems
Gets the un indexed content items.
Public methodGetVocabularies
Gets the vocabularies.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveTermsFromContent
Removes the content of the terms from.
Public methodSynchronizeMetaData
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateContentItem
Updates the content item.
Public methodUpdateContentType
Updates the type of the content.
Public methodUpdateHeirarchicalTerm
Updates the heirarchical term.
Public methodUpdateScopeType
Updates the type of the scope.
Public methodUpdateSimpleTerm
Updates the simple term.
Public methodUpdateVocabulary
Updates the vocabulary.

Extension Methods

  NameDescription
Public Extension MethodToJson
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.)

See Also