Class UploadGettextFileRequest
Represents the a request for the UploadGettextFile method.
Inheritance
System.Object
UploadGettextFileRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class UploadGettextFileRequest : ServiceRequest
Constructors
UploadGettextFileRequest()
Declaration
public UploadGettextFileRequest()
Properties
File
Gets or sets the File.
Declaration
public byte[] File { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] | The File. |
InternationalizationId
Gets or sets the InternationalizationId.
Declaration
public int InternationalizationId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The InternationalizationId. |
LocaleCode
Gets or sets the LocaleCode.
Declaration
public string LocaleCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The LocaleCode. |