1. UploadRequest

Class UploadRequest

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

Describes the upload request.

Inheritance
System.Object
UploadRequest
Namespace: Stylelabs.M.Sdk.WebClient.Models.Upload
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
public class UploadRequest : object

Constructors

UploadRequest(IUploadSource, String, String)

Initializes a new instance of the UploadRequest class.

Declaration
public UploadRequest(IUploadSource source, string configurationName, string actionName)
Parameters
TypeNameDescription
IUploadSourcesource
System.StringconfigurationName
System.StringactionName

Properties

ActionName

Gets the upload action name (e.g. "NewAsset", "NewMainFile", "NewAlternativeFile")

Declaration
public string ActionName { get; }
Property Value
TypeDescription
System.String

ActionParameters

Gets the upload action parameters.

Declaration
public IDictionary<string, object> ActionParameters { get; set; }
Property Value
TypeDescription
IDictionary<System.String, System.Object>

ConfigurationName

Gets the upload configuration name.

Declaration
public string ConfigurationName { get; }
Property Value
TypeDescription
System.String

ConfigurationParameters

Gets the upload configuration parameters.

Declaration
public IDictionary<string, object> ConfigurationParameters { get; set; }
Property Value
TypeDescription
IDictionary<System.String, System.Object>

Source

Provides access the the file that will be uploaded.

Declaration
public IUploadSource Source { get; }
Property Value
TypeDescription
IUploadSource
この記事を改善するための提案がある場合は、 お知らせください!