C# (CSharp) noerd.Umb.DataTypes.multipleFileUpload Пространство имен

Классы

Имя Описание
DefaultFileMediaFactory /// The default Media factory for files.
DefaultImageMediaFactory The default Media factory for image files.
MediaFactory An abstract implementation of ImediaFactory. Responsible for the implementation of common functionality in the ConstructRelativeDestPath() method.
MultipleFileUpload Umbraco IDataEditor: Multiple file upload
MultipleFileUploadControl A superclass for the the Multiple File Upload user control. Responsible for recieving information about current media folder node, user context id and node id path from the Multiple File Upload IDataTypeEditor. A custom Multiple File Upload user control must inherit this class inorder to be instatiated by the Multiple File Upload IDataTypeEditor. The information must be passed on as querystrings to the MultipleFileUploadHandler. Use the FullMultipleFileUploadHandlerURL getter to get the full URL inclusive required querystring variables.
MultipleFileUploadDataType Umbraco IDataType: Multiple file upload