CollectionContentType
Type of content in a collection.
Collections only ever have one type of content.
enum CollectionContentType {
LIVESTREAM
NONE
PROMO
SHOW
VIDEO
}
Values
CollectionContentType.LIVESTREAM
CollectionContentType.NONE
CollectionContentType.PROMO
CollectionContentType.SHOW
CollectionContentType.VIDEO
Member Of
NormalizedCollection
object