{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"field_reference"
],
"title": "ContentFolderLink - Data API",
"description": "Defines the association between a library and its root folder. This object is available in API version 34.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"ContentFolderId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "ID of the folder. This is a relationship field.",
"relationship_name": "ContentFolder",
"relationship_type": "Lookup",
"refers_to": "ContentFolder"
},
"EnableFolderStatus": {
"type": "picklist",
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
"description": "Indicates the status of enabling folders for the library. Valid values are: C — Completed folder enablement S — Started folder enablement F — Failed folder enablement This field is available in API version 39.0 and later."
},
"ParentEntityId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "Name of the entity the folder hierarchy is linked to."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```",
"field_reference": {
"ContentFolderId": {
"field_label": "Content Folder ID",
"type": "reference",
"length": "18"
},
"EnableFolderStatus": {
"field_label": "Enable Folder Status",
"type": "picklist",
"length": "40"
},
"Id": {
"field_label": "Content Folder Link ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Is Deleted",
"type": "boolean"
},
"ParentEntityId": {
"field_label": "Parent Entity ID",
"type": "reference",
"length": "18"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}