Свойство | Type | Description | |
---|---|---|---|
SitemapVideo | System |
Méthode | Description | |
---|---|---|
ShouldSerializeDuration ( ) : bool |
Used for not serializing null values.
|
|
ShouldSerializeExpirationDate ( ) : bool |
Used for not serializing null values.
|
|
ShouldSerializeFamilyFriendly ( ) : bool |
Used for not serializing null values.
|
|
ShouldSerializeLive ( ) : bool |
Used for not serializing null values.
|
|
ShouldSerializePublicationDate ( ) : bool |
Used for not serializing null values.
|
|
ShouldSerializeRating ( ) : bool |
Used for not serializing null values.
|
|
ShouldSerializeRequiresSubscription ( ) : bool |
Used for not serializing null values.
|
|
ShouldSerializeViewCount ( ) : bool |
Used for not serializing null values.
|
|
SitemapVideo ( string title, string description, string thumbnailUrl, |
Creates an instance of SitemapVideo
|
|
SitemapVideo ( string title, string description, string thumbnailUrl, string contentUrl ) : System |
Creates an instance of SitemapVideo
|
Méthode | Description | |
---|---|---|
SitemapVideo ( ) : System |
public ShouldSerializeExpirationDate ( ) : bool | ||
Résultat | bool |
public ShouldSerializeFamilyFriendly ( ) : bool | ||
Résultat | bool |
public ShouldSerializePublicationDate ( ) : bool | ||
Résultat | bool |
public ShouldSerializeRequiresSubscription ( ) : bool | ||
Résultat | bool |
public SitemapVideo ( string title, string description, string thumbnailUrl, |
||
title | string | The title of the video. Maximum 100 characters. |
description | string | The description of the video. Maximum 2048 characters. |
thumbnailUrl | string | |
player | A URL pointing to a player for a specific video. | |
Résultat | System |
public SitemapVideo ( string title, string description, string thumbnailUrl, string contentUrl ) : System | ||
title | string | The title of the video. Maximum 100 characters. |
description | string | The description of the video. Maximum 2048 characters. |
thumbnailUrl | string | |
contentUrl | string | A URL pointing to the actual video media file. /// This file should be in .mpg, .mpeg, .mp4, .m4v, .mov, .wmv, .asf, .avi, .ra, .ram, .rm, .flv, or other video file format. |
Résultat | System |