{ "sections": [ "title", "description", "fields", "wsdl_segment", "field_reference" ], "title": "ContentFolderMember - Data API", "description": "Defines the association between a file and a folder. This object is available in API version 34.0 and later.", "fields_columns": [ "type", "properties", "description", "relationship_name", "relationship_type", "refers_to" ], "fields": { "ChildRecordId": { "type": "reference", "properties": "Filter, Group, Sort", "description": "ID of the file. This is a relationship field.", "relationship_name": "ChildRecord", "relationship_type": "Lookup", "refers_to": "ContentDocument" }, "ParentContentFolderId": { "type": "reference", "properties": "Filter, Group, Sort, Update", "description": "ID of the folder the file is in. This is a relationship field.", "relationship_name": "ParentContentFolder", "relationship_type": "Lookup", "refers_to": "ContentFolder" } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```", "field_reference": { "ChildRecordId": { "field_label": "Child Record ID", "type": "reference", "length": "18" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Id": { "field_label": "Content Folder Member ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "ParentContentFolderId": { "field_label": "Parent Content Folder ID", "type": "reference", "length": "18" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }