Click or drag to resize
SinglePhotoInputMethod Class

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

Allows the user to take a photo or select a photo from the gallery.
Inheritance Hierarchy
SystemObject
  Documentation.Objects.InputMethodsSinglePhotoInputMethod

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

The SinglePhotoInputMethod type exposes the following members.

Constructors
  NameDescription
Public methodSinglePhotoInputMethod
Initializes a new instance of the SinglePhotoInputMethod class
Top
Examples
JSON
{
    "QueuedObjectTypeName": "Biome.Library.Objects.InputMethods.SinglePhotoInputMethod",
    "Active": true,
    "Guid": "39042006-2634-4a0d-96a5-8fe0b1283d89",
    "RowVersion": 0,
    "IntegrationInfo": null,
    "PermanentIdentifier": "59c778b8-42a5-47b5-88e0-e34ebb96699e",
    "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
    "QueuePriority": 10,
    "QOVersion": "1.0",
    "CommentAllowed": true,
    "RequireDualEntry": false,
    "AnswerType": "Photograph",
    "AnswerSubType": "Single",
    "DataType": {
        "QueuedObjectTypeName": "Biome.Library.Objects.BiomeType",
        "Active": true,
        "Guid": "7faebb65-e5a0-4bd2-8a6d-a52edd9fb08f",
        "RowVersion": 0,
        "IntegrationInfo": null,
        "PermanentIdentifier": "fdee3481-336e-4d7a-aea4-eb1807d6729e",
        "LastCacheIdentifier": "00000000-0000-0000-0000-000000000000",
        "QueuePriority": 10,
        "QOVersion": "1.0",
        "BiomeTypeName": "Biome.Library.Objects.BlobPointer"
    },
    "RoamingDefault": false,
    "IsFileInputAllowed": true,
    "DownscaleSize": -1,
    "PreventTakePhoto": false
}
See Also