Click or drag to resize
MultiPickListInputMethod Class

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

Allows the user to select one or more values from a list.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsMultiPickListInputMethod

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

The MultiPickListInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodMultiPickListInputMethod
Initializes a new instance of the MultiPickListInputMethod class
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.MultiPickListInputMethod",
    "Active": true,
    "Guid": "78c28bae-93fe-4209-9946-d51c12355879",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "f272a65e-91b4-4414-a09d-ecba1446aa7c",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Multi-Pick List",
    "AnswerSubType": "Simple",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "44c5d703-061c-46c5-be5a-04b07081b45f",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "e180d40b-3ef8-4b1e-b805-2f98740ccec2",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "System.String"
    },
    "RoamingDefault": false,
    "UnitOfMeasureListTypeGuid": null,
    "UnitOfMeasureAnswerGuid": null,
    "Depleting": false,
    "DepletionID": null
}
See Also