GetContentByIdAsync(string)
public abstract ValueTask<ContentItem> GetContentByIdAsync(string contentId)
- Returns:
- ValueTask<ContentItem>
Parameters
contentId
string
GetContentByIdAsync(string, Nullable<string>, bool)
public abstract ValueTask<ContentItem> GetContentByIdAsync(string contentId, Nullable<string> revisionId, bool includeDeleted = False)
- Returns:
- ValueTask<ContentItem>
Parameters
contentId
string
revisionId
Nullable<string>
includeDeleted
bool