Newer Version Available
ContentDownloadHandlerFactory Interface
Use this interface to provide a class factory that Salesforce can call
to create instances of your custom ContentDownloadHandler.
Namespace
Usage
ContentDownloadHandler getContentDownloadHandler(List<ID> ids, ContentDownloadContext context);
ContentDownloadHandlerFactory Methods
The following are methods for ContentDownloadHandlerFactory.
getContentDownloadHandler(var1, var2)
Signature
public Sfc.ContentDownloadHandler getContentDownloadHandler(List<Id> var1, Sfc.ContentDownloadContext var2)
Parameters
- var1
- Type: List<Id>
- var2
- Type: Sfc.ContentDownloadContext