GetContentByIdAsync(string)

public ValueTask<ContentItem> GetContentByIdAsync(string contentId)
Returns:
ValueTask<ContentItem>
Implements:
GetContentByIdAsync(string)

Parameters

contentId string

GetContentByIdAsync(string, Nullable<string>, bool)

public async ValueTask<ContentItem> GetContentByIdAsync(string contentId, Nullable<string> revisionId, bool includeDeleted = False)
Returns:
ValueTask<ContentItem>
Implements:
GetContentByIdAsync(string, Nullable<string>, bool)

Parameters

contentId string
revisionId Nullable<string>
includeDeleted bool
In this article