FileDownloadInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Content type for FileDownloadInfo.
public class FileDownloadInfo
type FileDownloadInfo = class
Public Class FileDownloadInfo
- Inheritance
-
FileDownloadInfo
Constructors
FileDownloadInfo() |
Initializes a new instance of the FileDownloadInfo class. |
FileDownloadInfo(String, String, String, Object) |
Initializes a new instance of the FileDownloadInfo class. |
Fields
ContentType |
Content type to be used in the type property. |
Properties
DownloadUrl |
Gets or sets file download URL. |
Etag |
Gets or sets eTag for the file. |
FileType |
Gets or sets type of file. |
UniqueId |
Gets or sets unique Id for the file. |