FeaturesUpdateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version2 namespace of Telligent.Evolution.Platform.dll
Definition
class FeaturesUpdateOptions
{
DateTime? EndDate { get; set; }
IList<FeatureTarget> FeatureTargets { get; set; }
Byte[] FileData { get; set; }
string FileName { get; set; }
string FileUploadContext { get; set; }
bool RemoveFeatureImage { get; set; }
DateTime? StartDate { get; set; }
Guid? TypeId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| EndDate | DateTime? | The date an item will be stop being featured in universal coordinated time | ||
| FeatureTargets | IList<FeatureTarget> | |||
| FileData Obsolete | Byte[] | OBSOLETE in 12: Use FileUrl or FileUploadContext instead. File Data. When adding an image either FileData or FileUploadContext is required. Optional parameter. OBSOLETE in 12: Use FileUploadContext instead. | ||
| FileName | string | File Name. Required when updating featured item using FileUploadContext. Optional parameter | ||
| FileUploadContext | string | File Upload Context. When adding an image either FileData or FileUploadContext is required. Optional parameter | ||
| RemoveFeatureImage | bool | Remove Feature Image. If true, existing feature image will be deleted. | ||
| StartDate | DateTime? | The date an item will be start being featured in universal coordinated time | ||
| TypeId | Guid? | Categorization type |