Click or drag to resize
FileBucketInputMethod Class

[This is preliminary documentation and is subject to change.]

Allows the user to add one or more files from the file system.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsFileBucketInputMethod

Namespace: Documentation.Objects.InputMethods
Assembly: meFoundationDocumentation (in meFoundationDocumentation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class FileBucketInputMethod

The FileBucketInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodFileBucketInputMethod
Initializes a new instance of the FileBucketInputMethod class
Top
Properties
  NameDescription
Public propertyMaxFiles
The maximum number of files to accept.
Public propertyMinFiles
The minimum number of files to accept.
Public propertySupportedTypes
Supported File Types. Leave blank for all.
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.FileBucketInputMethod",
    "Active": true,
    "Guid": "49c35a99-1e07-48ab-8982-6e55274b675d",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "92e16ce8-c3e4-465d-8503-9cddf8a72f1b",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "File",
    "AnswerSubType": "Bucket",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "df143753-d9f7-4683-a180-5c9876136b29",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "923c17df-359d-4d31-a959-ee4d8b1cc88f",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "Biome.Library.Objects.BlobPointer"
    },
    "RoamingDefault": false,
    "DownscaleSize": -1,
    "MinFiles": null,
    "MaxFiles": null,
    "SupportedTypes": null,
    "AllowFileDeletion": true
}
See Also