Feature is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class Feature
{
	string Application { get; set;  }
	string Content { get; set;  }
	DateTime Date { get; set;  }
	string Image { get; set;  }
	string Title { get; set;  }
	string Url { get; set;  }
	User User { get; set;  }
}
Properties
| Name | Type | Description | Default | Options | 
|---|---|---|---|---|
| Application | string | |||
| Content | string | |||
| Date | DateTime | |||
| Image | string | |||
| Title | string | |||
| Url | string | |||
| User | User |