Newer Version Available

This content describes an older version of this product. View Latest

ConnectApi.MCSFolderShareCollectionUpdateInput

Update the targets that a managed content space folder is shared with.
Property Type Description Required or Optional Available Version
shareWith List<ConnectApi.​MCSFolder​ShareInput> List of target IDs to share the managed content space folder with.

Supported target IDs are the root folder IDs of workspaces. To get the root folder ID for a space, use the getManagedContentSpace(contentSpaceId) method.

Required if unshareWith isn’t specified 63.0
unshareWith List<String> Comma-separated list of target IDs to unshare the managed content space folder with. Required if shareWith isn’t specified 63.0