The IContentController type exposes the following members.

Methods

  NameDescription
Public methodAddContentItem
Adds the content item.
Public methodAddMetaData
Adds the meta data.
Public methodDeleteContentItem(Int32)
Delete a ContentItem object by ID.
Public methodDeleteContentItem(ContentItem)
Deletes the content item.
Public methodDeleteMetaData(ContentItem, String)
Similar to DeleteMetaData that requires a value, but this one looks it up for you.
Public methodDeleteMetaData(ContentItem, String, String)
Deletes the meta data.
Public methodGetContentItem
Gets the content item.
Public methodGetContentItemsByContentType(Int32)
Get a list of content items by ContentType ID.
Public methodGetContentItemsByContentType(ContentType)
Get a list of content items by ContentType.
Public methodGetContentItemsByModuleId
Retrieve all content items associated with the specified module ID, moduleId.
Public methodGetContentItemsByTabId
Retrieve all content items on the specified page (tab).
Public methodGetContentItemsByTerm(String)
Return ContentItems that have the specified term attached.
Public methodGetContentItemsByTerm(Term)
Return ContentItems that have the specified term attached.
Public methodGetContentItemsByTerms(array<String>[]()[][])
Return a list of ContentItems that have all of the specified terms attached.
Public methodGetContentItemsByTerms(IList<(Of <<'(Term>)>>))
Return a list of ContentItems that have all of the specified terms attached.
Public methodGetContentItemsByVocabularyId
Get a list of content items tagged with terms from the specified Vocabulary ID.
Public methodGetMetaData
Gets the meta data.
Public methodGetUnIndexedContentItems
Gets the un indexed content items.
Public methodUpdateContentItem
Updates the content item.

See Also