An email file entity
EmailFile
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class EmailFile { string DirectDownloadUrl { get; set; } string DownloadUrl { get; set; } string FileName { get; set; } string ViewUrl { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
DirectDownloadUrl | string | URL to directly download the file | ||
DownloadUrl | string | URL to download the file | ||
FileName | string | Name of the file | ||
ViewUrl | string | URL to view the file |