Class FileUploadQuestion
A file upload question. The API currently does not support creating file upload questions.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class FileUploadQuestion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FolderId
Required. The ID of the Drive folder where uploaded files are stored.
Declaration
[JsonProperty("folderId")]
public virtual string FolderId { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxFileSize
Maximum number of bytes allowed for any single file uploaded to this question.
Declaration
[JsonProperty("maxFileSize")]
public virtual long? MaxFileSize { get; set; }
Property Value
Type | Description |
---|---|
long? |
MaxFiles
Maximum number of files that can be uploaded for this question in a single response.
Declaration
[JsonProperty("maxFiles")]
public virtual int? MaxFiles { get; set; }
Property Value
Type | Description |
---|---|
int? |
Types
File types accepted by this question.
Declaration
[JsonProperty("types")]
public virtual IList<string> Types { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |