C# Class FourRoads.Common.TelligentCommunity.Plugins.ScriptedContentFragments.ContentScriptedContentFragment

Afficher le fichier Open project: 4-Roads/FourRoads.TelligentCommunity

Méthodes publiques

Méthode Description
ContentScriptedContentFragment ( IContentLogic contentLogic ) : System
GetAllImageUrls ( System.Guid contentId ) : ApiList
GetAllImageUrls ( string contentId ) : ApiList
GetBestImageUrl ( System.Guid contentId ) : string
GetBestImageUrl ( string contentId ) : string
GetFirstVideoUrl ( System.Guid contentId ) : string
GetVideoPlayerHtml ( string videoUrl, int maxWidth, int maxHeight ) : string
GetVideoUrls ( System.Guid contentId ) : ApiList

Method Details

ContentScriptedContentFragment() public méthode

public ContentScriptedContentFragment ( IContentLogic contentLogic ) : System
contentLogic IContentLogic
Résultat System

GetAllImageUrls() public méthode

public GetAllImageUrls ( System.Guid contentId ) : ApiList
contentId System.Guid
Résultat ApiList

GetAllImageUrls() public méthode

public GetAllImageUrls ( string contentId ) : ApiList
contentId string
Résultat ApiList

GetBestImageUrl() public méthode

public GetBestImageUrl ( System.Guid contentId ) : string
contentId System.Guid
Résultat string

GetBestImageUrl() public méthode

public GetBestImageUrl ( string contentId ) : string
contentId string
Résultat string

GetFirstVideoUrl() public méthode

public GetFirstVideoUrl ( System.Guid contentId ) : string
contentId System.Guid
Résultat string

GetVideoPlayerHtml() public méthode

public GetVideoPlayerHtml ( string videoUrl, int maxWidth, int maxHeight ) : string
videoUrl string
maxWidth int
maxHeight int
Résultat string

GetVideoUrls() public méthode

public GetVideoUrls ( System.Guid contentId ) : ApiList
contentId System.Guid
Résultat ApiList