Skip to content

IntegrationServiceFolderContextOptions

Folder context accepted by folder-scoped Integration Service methods. Provide one of folderId, folderKey, or folderPath. When more than one is supplied, all are forwarded; the server applies precedence folderPath > folderKey > folderId.

Folder context is optional — omit it to fall back to the folder context the SDK was initialized with.

Extended by

Properties

Property Type Description
folderId? number Numeric folder ID.
folderKey? string Folder key (GUID-formatted string).
folderPath? string Slash-delimited folder path, e.g. 'Shared/Finance'.