Click or drag to resize
UploadHelper Methods

The UploadHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsExtensionAllowed
Checks if specified file extension is allowed to be uploaded.
Public methodStatic memberRestrictExtensions
Restricts allowed file extensions by file extensions defined by the CMSUploadExtensions setting (extensions not defined by this setting cannot be uploaded). Extensions are without dots and separated by semicolon (e.g. jpg;png;gif). If no file extension is allowed then "NO_ALLOWED_EXTENSION" is returned.
Top
See Also