Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.ContentHubItemInput

Item type ID and fields of the item type.
Property Type Description Required or Optional Available Version
fields List<ConnectApi.​ContentHub​FieldValue​Input> List of fields for the item. Required to create a SharePoint file in a repository because the file name is required; otherwise optional 39.0
itemTypeId String ID of the item type, such as L3NpdGVzL0FDRVRfRklMRUNPTk5FQ1RfSU5U:​5f33e0f4-b33c-4127-b9e4-dd5a73dd2f1b:​0c847e7c-d4a2-4136-bfda-c468fae2d087:0x0101.

To get the itemTypeId, use one of the getAllowedItemTypes() methods.

Required to create a file in a repository 39.0