ContentDownloadHandler Class
Namespace
ContentDownloadHandler Properties
The following are properties for ContentDownloadHandler.
downloadErrorMessage
Signature
public String downloadErrorMessage {get; set;}
Property Value
Type: String
This message is used if a redirectUrl is not provided. If the download is not allowed, Salesforce will throw a ContentCustomizedDownloadException exception that contains the downloadErrorMessage.
isDownloadAllowed
Signature
public Boolean isDownloadAllowed {get; set;}
Property Value
Type: Boolean
redirectUrl
Signature
public String redirectUrl {get; set;}
Property Value
Type: String
The URL must be a valid relative URL. For example, the redirect can be a custom Visualforce page such as “/apex/IRMControl”. URLs with no path, such as “www.domain.com”, results in an InvalidParameterValueException.