FileAttachmentAttribute Constructors
Applied to business classes that expose a property of the IFileData type. Activates Controllers that manage file attachments for the target business class. Specifies a property that stores a file attachment.Name | Parameters | Description |
---|---|---|
FileAttachmentAttribute(String) | fileDataPropertyName | Initializes a new instance of the FileAttachmentAttribute class. |
See Also