- Namespace:
- Redakt.ContentManagement.Content
- Assembly:
- Redakt.ContentManagement.dll
This type contains the following members.
public interface IContentService
Methods
| GetContentByIdAsync(string) |
|
| GetContentByIdAsync(string, Nullable<string>, bool) |
|
| GetContentByIdsAsync(IEnumerable<string>) |
|
| GetDraftContentForUserAsync(string, string, string) |
|
| GetDraftContentLastChangeAsync(string, string) |
|
| GetContentRevisionsAsync(string) |
|
| CreateContentAsync(ContentTypeDefinition, ILocalizableContentModel) |
|
| GetContentValueReader(ContentPropertyDefinition) |
|
| GetContentValueWriter(ContentPropertyDefinition) |
|
| DuplicateContentAsync(string) |
|
| SaveContentRevisionAsync(string, ILocalizableContentModel) |
|
| SaveDraftContentPropertyAsync(string, string, ILocalizableContentModelProperty) |
|
| SaveContentRevisionFromDraftAsync(string, string) |
|
| DiscardDraftContentAsync(string, string) |
|
| HandoverDraftContentAsync(string, string, string) |
|
| RevertToRevisionAsDraftAsync(string, string, string) |
|
| DeleteContentAsync(string) |
|
| ToContentItemAsync(string, ContentTypeDefinition, string, string, IEnumerable<IContentDataProperty>) |
|
Extension Methods
Implemented by