Interface IContentVersionService
public interface IContentVersionService
- Extension Methods
Methods
CreateVersionAsync(Guid, int, string)
Task CreateVersionAsync(Guid contentId, int version, string snapshot)
Parameters
Returns
GetLatestVersionAsync(Guid)
Task<ContentVersion?> GetLatestVersionAsync(Guid contentId)
Parameters
contentId
Guid
Returns
GetVersionAsync(Guid, Guid)
Task<ContentVersion?> GetVersionAsync(Guid contentId, Guid version)
Parameters
Returns
GetVersionsAsync(Guid)
Task<IEnumerable<ContentVersion>> GetVersionsAsync(Guid contentId)
Parameters
contentId
Guid