{
  "id": "ConnectApi.​content",
  "nodeType": "class",
  "name": "​Content",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "​Content",
    "textToLower": "​content",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_​Content_-1:0"
  },
  "order": 0,
  "memberOrder": 0,
  "accessModifier": {
    "type": "keyword.modifier.access",
    "text": "global",
    "textToLower": "global",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.access_global_-1:0"
  },
  "sharingModifier": {
    "type": "keyword.modifier.sharing",
    "text": "without sharing",
    "textToLower": "without sharing",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.sharing_without sharing_-1:0"
  },
  "description": "A file attached to a feed item.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_content.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {
    "checksum": {
      "id": "ConnectApi.​content.checksum",
      "nodeType": "variable",
      "name": "checksum",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "checksum",
        "textToLower": "checksum",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_checksum_-1:0"
      },
      "order": 1,
      "memberOrder": 1,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String checksum",
      "simplifiedSignature": "String checksum",
      "datatype": {
        "id": "ConnectApi.​content.checksum.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "MD5 checksum for the file.",
      "parentName": "​Content"
    },
    "contenturl": {
      "id": "ConnectApi.​content.contenturl",
      "nodeType": "variable",
      "name": "contentUrl",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "contentUrl",
        "textToLower": "contenturl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_contentUrl_-1:0"
      },
      "order": 2,
      "memberOrder": 2,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String contentUrl",
      "simplifiedSignature": "String contentUrl",
      "datatype": {
        "id": "ConnectApi.​content.contenturl.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "URL of the content for links.",
      "parentName": "​Content"
    },
    "description": {
      "id": "ConnectApi.​content.description",
      "nodeType": "variable",
      "name": "description",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "description",
        "textToLower": "description",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_description_-1:0"
      },
      "order": 3,
      "memberOrder": 3,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String description",
      "simplifiedSignature": "String description",
      "datatype": {
        "id": "ConnectApi.​content.description.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Description of the attachment.",
      "parentName": "​Content"
    },
    "downloadurl": {
      "id": "ConnectApi.​content.downloadurl",
      "nodeType": "variable",
      "name": "downloadUrl",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "downloadUrl",
        "textToLower": "downloadurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_downloadUrl_-1:0"
      },
      "order": 4,
      "memberOrder": 4,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String downloadUrl",
      "simplifiedSignature": "String downloadUrl",
      "datatype": {
        "id": "ConnectApi.​content.downloadurl.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "URL to the content.",
      "parentName": "​Content"
    },
    "fileextension": {
      "id": "ConnectApi.​content.fileextension",
      "nodeType": "variable",
      "name": "fileExtension",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "fileExtension",
        "textToLower": "fileextension",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_fileExtension_-1:0"
      },
      "order": 5,
      "memberOrder": 5,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String fileExtension",
      "simplifiedSignature": "String fileExtension",
      "datatype": {
        "id": "ConnectApi.​content.fileextension.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Extension of the file.",
      "parentName": "​Content"
    },
    "filesize": {
      "id": "ConnectApi.​content.filesize",
      "nodeType": "variable",
      "name": "fileSize",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "fileSize",
        "textToLower": "filesize",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_fileSize_-1:0"
      },
      "order": 6,
      "memberOrder": 6,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String fileSize",
      "simplifiedSignature": "String fileSize",
      "datatype": {
        "id": "ConnectApi.​content.filesize.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Size of the file in bytes. If size can’t be determined,",
      "parentName": "​Content"
    },
    "filetype": {
      "id": "ConnectApi.​content.filetype",
      "nodeType": "variable",
      "name": "fileType",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "fileType",
        "textToLower": "filetype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_fileType_-1:0"
      },
      "order": 7,
      "memberOrder": 7,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String fileType",
      "simplifiedSignature": "String fileType",
      "datatype": {
        "id": "ConnectApi.​content.filetype.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Type of file, such as PDF.",
      "parentName": "​Content"
    },
    "haspdfpreview": {
      "id": "ConnectApi.​content.haspdfpreview",
      "nodeType": "variable",
      "name": "hasPdfPreview",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "hasPdfPreview",
        "textToLower": "haspdfpreview",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_hasPdfPreview_-1:0"
      },
      "order": 8,
      "memberOrder": 8,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public Boolean hasPdfPreview",
      "simplifiedSignature": "Boolean hasPdfPreview",
      "datatype": {
        "id": "ConnectApi.​content.haspdfpreview.boolean",
        "nodeType": "datatype",
        "name": "Boolean",
        "order": 0,
        "memberOrder": 0
      },
      "description": "true if the file",
      "parentName": "​Content"
    },
    "id": {
      "id": "ConnectApi.​content.id",
      "nodeType": "variable",
      "name": "id",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "id",
        "textToLower": "id",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_id_-1:0"
      },
      "order": 9,
      "memberOrder": 9,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String id",
      "simplifiedSignature": "String id",
      "datatype": {
        "id": "ConnectApi.​content.id.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "18-character ID of the content.",
      "parentName": "​Content"
    },
    "imagedetails": {
      "id": "ConnectApi.​content.imagedetails",
      "nodeType": "variable",
      "name": "imageDetails",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "imageDetails",
        "textToLower": "imagedetails",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_imageDetails_-1:0"
      },
      "order": 10,
      "memberOrder": 10,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public ConnectApi.​ContentImage​FileDetails imageDetails",
      "simplifiedSignature": "ConnectApi.​ContentImage​FileDetails imageDetails",
      "datatype": {
        "id": "ConnectApi.​content.imagedetails.connectapi.​contentimage​filedetails",
        "nodeType": "datatype",
        "name": "ConnectApi.​ContentImage​FileDetails",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Image details, or null if the file isn’t an image.",
      "parentName": "​Content"
    },
    "isinmyfilesync": {
      "id": "ConnectApi.​content.isinmyfilesync",
      "nodeType": "variable",
      "name": "isInMyFileSync",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "isInMyFileSync",
        "textToLower": "isinmyfilesync",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_isInMyFileSync_-1:0"
      },
      "order": 11,
      "memberOrder": 11,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public Boolean isInMyFileSync",
      "simplifiedSignature": "Boolean isInMyFileSync",
      "datatype": {
        "id": "ConnectApi.​content.isinmyfilesync.boolean",
        "nodeType": "datatype",
        "name": "Boolean",
        "order": 0,
        "memberOrder": 0
      },
      "description": "",
      "parentName": "​Content"
    },
    "mimetype": {
      "id": "ConnectApi.​content.mimetype",
      "nodeType": "variable",
      "name": "mimeType",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "mimeType",
        "textToLower": "mimetype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_mimeType_-1:0"
      },
      "order": 12,
      "memberOrder": 12,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String mimeType",
      "simplifiedSignature": "String mimeType",
      "datatype": {
        "id": "ConnectApi.​content.mimetype.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "MIME type of the file.",
      "parentName": "​Content"
    },
    "renditionurl": {
      "id": "ConnectApi.​content.renditionurl",
      "nodeType": "variable",
      "name": "renditionUrl",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "renditionUrl",
        "textToLower": "renditionurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_renditionUrl_-1:0"
      },
      "order": 13,
      "memberOrder": 13,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String renditionUrl",
      "simplifiedSignature": "String renditionUrl",
      "datatype": {
        "id": "ConnectApi.​content.renditionurl.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "",
      "parentName": "​Content"
    },
    "renditionurl​240by180": {
      "id": "ConnectApi.​content.renditionurl​240by180",
      "nodeType": "variable",
      "name": "renditionUrl​240By180",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "renditionUrl​240By180",
        "textToLower": "renditionurl​240by180",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_renditionUrl​240By180_-1:0"
      },
      "order": 14,
      "memberOrder": 14,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String renditionUrl​240By180",
      "simplifiedSignature": "String renditionUrl​240By180",
      "datatype": {
        "id": "ConnectApi.​content.renditionurl​240by180.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "",
      "parentName": "​Content"
    },
    "renditionurl​720by480": {
      "id": "ConnectApi.​content.renditionurl​720by480",
      "nodeType": "variable",
      "name": "renditionUrl​720By480",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "renditionUrl​720By480",
        "textToLower": "renditionurl​720by480",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_renditionUrl​720By480_-1:0"
      },
      "order": 15,
      "memberOrder": 15,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String renditionUrl​720By480",
      "simplifiedSignature": "String renditionUrl​720By480",
      "datatype": {
        "id": "ConnectApi.​content.renditionurl​720by480.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "",
      "parentName": "​Content"
    },
    "sharingoption": {
      "id": "ConnectApi.​content.sharingoption",
      "nodeType": "variable",
      "name": "sharingOption",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "sharingOption",
        "textToLower": "sharingoption",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_sharingOption_-1:0"
      },
      "order": 16,
      "memberOrder": 16,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public ConnectApi.​FileSharingOption sharingOption",
      "simplifiedSignature": "ConnectApi.​FileSharingOption sharingOption",
      "datatype": {
        "id": "ConnectApi.​content.sharingoption.connectapi.​filesharingoption",
        "nodeType": "datatype",
        "name": "ConnectApi.​FileSharingOption",
        "order": 0,
        "memberOrder": 0
      },
      "description": "",
      "parentName": "​Content"
    },
    "textpreview": {
      "id": "ConnectApi.​content.textpreview",
      "nodeType": "variable",
      "name": "textPreview",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "textPreview",
        "textToLower": "textpreview",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_textPreview_-1:0"
      },
      "order": 17,
      "memberOrder": 17,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String textPreview",
      "simplifiedSignature": "String textPreview",
      "datatype": {
        "id": "ConnectApi.​content.textpreview.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Text preview of the file if available; null otherwise.",
      "parentName": "​Content"
    },
    "thumb120by90​renditionstatus": {
      "id": "ConnectApi.​content.thumb120by90​renditionstatus",
      "nodeType": "variable",
      "name": "thumb120By90​RenditionStatus",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "thumb120By90​RenditionStatus",
        "textToLower": "thumb120by90​renditionstatus",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_thumb120By90​RenditionStatus_-1:0"
      },
      "order": 18,
      "memberOrder": 18,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String thumb120By90​RenditionStatus",
      "simplifiedSignature": "String thumb120By90​RenditionStatus",
      "datatype": {
        "id": "ConnectApi.​content.thumb120by90​renditionstatus.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "",
      "parentName": "​Content"
    },
    "thumb240by180​renditionstatus": {
      "id": "ConnectApi.​content.thumb240by180​renditionstatus",
      "nodeType": "variable",
      "name": "thumb240By180​RenditionStatus",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "thumb240By180​RenditionStatus",
        "textToLower": "thumb240by180​renditionstatus",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_thumb240By180​RenditionStatus_-1:0"
      },
      "order": 19,
      "memberOrder": 19,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String thumb240By180​RenditionStatus",
      "simplifiedSignature": "String thumb240By180​RenditionStatus",
      "datatype": {
        "id": "ConnectApi.​content.thumb240by180​renditionstatus.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "",
      "parentName": "​Content"
    },
    "thumb720by480​renditionstatus": {
      "id": "ConnectApi.​content.thumb720by480​renditionstatus",
      "nodeType": "variable",
      "name": "thumb720By480​RenditionStatus",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "thumb720By480​RenditionStatus",
        "textToLower": "thumb720by480​renditionstatus",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_thumb720By480​RenditionStatus_-1:0"
      },
      "order": 20,
      "memberOrder": 20,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String thumb720By480​RenditionStatus",
      "simplifiedSignature": "String thumb720By480​RenditionStatus",
      "datatype": {
        "id": "ConnectApi.​content.thumb720by480​renditionstatus.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "",
      "parentName": "​Content"
    },
    "title": {
      "id": "ConnectApi.​content.title",
      "nodeType": "variable",
      "name": "title",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "title",
        "textToLower": "title",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_title_-1:0"
      },
      "order": 21,
      "memberOrder": 21,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String title",
      "simplifiedSignature": "String title",
      "datatype": {
        "id": "ConnectApi.​content.title.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Title of the file.",
      "parentName": "​Content"
    },
    "versionid": {
      "id": "ConnectApi.​content.versionid",
      "nodeType": "variable",
      "name": "versionId",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "versionId",
        "textToLower": "versionid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_versionId_-1:0"
      },
      "order": 22,
      "memberOrder": 22,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String versionId",
      "simplifiedSignature": "String versionId",
      "datatype": {
        "id": "ConnectApi.​content.versionid.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Version ID of the file.",
      "parentName": "​Content"
    }
  },
  "methods": {},
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 22,
  "queries": []
}