public class UploadFileInformation
UploadFileInformation | Initializes a new instance of the UploadFileInformation class |
DisplayName | Specifies the human-readable name to be associated with the file during the upload process. This name is optional and may be subject to validation or formatting requirements. |
Name | Represents the name of the file. This is used to uniquely identify the file within the context of the request or application. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |