The IContentController type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddContentItem |
Adds the content item.
| |
| AddMetaData |
Adds the meta data.
| |
| DeleteContentItem(Int32) | Delete a ContentItem object by ID. | |
| DeleteContentItem(ContentItem) |
Deletes the content item.
| |
| DeleteMetaData(ContentItem, String) |
Similar to DeleteMetaData that requires a value, but this one looks it up for you.
| |
| DeleteMetaData(ContentItem, String, String) |
Deletes the meta data.
| |
| GetContentItem |
Gets the content item.
| |
| GetContentItemsByContentType(Int32) |
Get a list of content items by ContentType ID.
| |
| GetContentItemsByContentType(ContentType) |
Get a list of content items by ContentType.
| |
| GetContentItemsByModuleId |
Retrieve all content items associated with the specified module ID, moduleId.
| |
| GetContentItemsByTabId |
Retrieve all content items on the specified page (tab).
| |
| GetContentItemsByTerm(String) | Return ContentItems that have the specified term attached. | |
| GetContentItemsByTerm(Term) | Return ContentItems that have the specified term attached. | |
| GetContentItemsByTerms(array<String>[]()[][]) | Return a list of ContentItems that have all of the specified terms attached. | |
| GetContentItemsByTerms(IList<(Of <<'(Term>)>>)) |
Return a list of ContentItems that have all of the specified terms attached.
| |
| GetContentItemsByVocabularyId |
Get a list of content items tagged with terms from the specified Vocabulary ID.
| |
| GetMetaData |
Gets the meta data.
| |
| GetUnIndexedContentItems |
Gets the un indexed content items.
| |
| UpdateContentItem |
Updates the content item.
|