TrendingImagesCategory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the category of trending images.
public class TrendingImagesCategory
type TrendingImagesCategory = class
Public Class TrendingImagesCategory
- Inheritance
-
TrendingImagesCategory
Constructors
TrendingImagesCategory() |
Initializes a new instance of the TrendingImagesCategory class. |
TrendingImagesCategory(String, IList<TrendingImagesTile>) |
Initializes a new instance of the TrendingImagesCategory class. |
Properties
Tiles |
Gets or sets a list of images that are trending in the category. Each tile contains an image and a URL that returns more images of the subject. For example, if the category is Popular People Searches, the image is of a popular person and the URL would return more images of that person. |
Title |
Gets or sets the name of the image category. For example, Popular People Searches. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET