ContentWebProxyGetContentAsync - метод

Get system content by access token.

Definition

Пространство имён: Tessa.Content
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public Task<ContentResult> GetContentAsync(
	string type,
	string contentID,
	string? token,
	Guid? userID = null,
	Func<IWebProxyContext, ValueTask>? modifyRequestFuncAsync = null,
	CancellationToken cancellationToken = default
)

Параметры

type  String
Content type.
contentID  String
Content unique identifier.
token  String
Content access token.
userID  NullableGuid  (Optional)
User identifier if any.
modifyRequestFuncAsync  FuncIWebProxyContext, ValueTask  (Optional)
Request modifier function if any.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

Возвращаемое значение

TaskContentResult
System content.

См. также