An email file entity

EmailFile is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Api.dll

Definition

class EmailFile
{
	string DirectDownloadUrl { get; set;  }
	string DownloadUrl { get; set;  }
	string FileName { get; set;  }
	string ViewUrl { get; set;  }
}

Properties

NameTypeDescriptionDefaultOptions
DirectDownloadUrlstringURL to directly download the file
DownloadUrlstringURL to download the file
FileNamestringName of the file
ViewUrlstringURL to view the file