website logo
Go To WebsiteAppexchange
Home
Salesforce
HubSpot
Web App
API Reference
Navigate through spaces
⌘K
Table Of Contents
Quick Starts
Features
Widgets
Flow Actions
Flow Templates
Platform Events
Tutorials
How to make existing Salesforce records work with CloudFiles
Copy Salesforce files to SharePoint
Apex
FAQs
Support
Docs powered by archbee 

Types.CreateLinkInput

Represents input for creating a CLoudFiles link using Create Links functions. Following contuctors are supported -

Apex
|
CreateLinkInput(
  String resourceId,
  String resourceType,
  String parentId,
  String name,
  String driveId
)

  1. resourceId - Id of the file/folder in external storage, for which we're creating the attachment
  2. resourceType - One of file, folder or dataroom
  3. parentId - Salesforce Id of the record for which we're creating the attachment
  4. name - Name of the link
  5. driveId - Only applicable for SharePoint or Google Drive libraries. Supply null for other libraries. You can get this value from Content Library



Updated 23 May 2023
PREVIOUS
Types.CreateAttachmentInput
NEXT
Types.UpdateResourceInput
Docs powered by archbee