Click or drag to resize

IVideoCatalogServiceGetAllVideoCompanionImages Method

Get all video companion images.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
VideoCompanionImage[] GetAllVideoCompanionImages(
	int limit,
	bool random
)

Parameters

limit  Int32
Number of max items to return. -1 for no limits.
random  Boolean
Get random entries given the limits or simply return in random order

Return Value

VideoCompanionImage
Array of VideoComapnionImage
See Also