Feature
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
class Feature { string Application { get; } Content Content { get; } DateTime Date { get; } string Description { get; } DateTime? EndDate { get; } string Image { get; } string ImageFileName { get; } DateTime? StartDate { get; } ApiList<Container> TargetContainers { get; } string Title { get; } string Url { get; } User User { get; } }