Back to Devexpress

FileAttachmentsOptions Members

expressappframework-devexpress-dot-expressapp-dot-fileattachments-dot-blazor-dot-fileattachmentsoptions-dot-underscore-members.md

latest3.3 KB
Original Source

FileAttachmentsOptions Members

Contains options that you can use to configure the File Attachments Module.

Constructors

NameDescription
FileAttachmentsOptions()Initializes a new instance of the FileAttachmentsOptions class.

Properties

NameDescription
DefaultMaxFileSizeSpecifies the maximum size of the file that a user can upload to their browser in bytes. The default value is 4194304L bytes (4 MB).
ExportedTypesReturns the list of Module-specific types exported to the Application Model.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

FileAttachmentsOptions Class

DevExpress.ExpressApp.FileAttachments.Blazor Namespace