/
inheritSharings
inheritSharings
This method is used to inherit the sharings from parent folder to the file.
void inheritSharings(List<String> wipIdList, String currentFolderId)
Parameters:
wipIdList: List of Salesforce.com IDs of "file" records(either attachments or S-Drive Folder files) as a String.
currentFolderId: Id of the parent folder of the file for sharing.
Example code:
List<String> wipIdList = new List <String>();
wipIdList .add(uploadRequestInfos .fileWipId);
cg.SDriveTools.inheritSharings(wipIdList, currentFolderId);
UploadRequestInfo |
String fileName{get; set;} |
ResultObject |
String status {get;set;}// success – fail |
, multiple selections available,
Related content
inheritSharings
inheritSharings
More like this
inheritSharings
inheritSharings
More like this
inheritSharings
inheritSharings
More like this
2.8.1 Release Notes
2.8.1 Release Notes
More like this
Manual Sharing
Manual Sharing
More like this
Manual Sharing
Manual Sharing
More like this