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

Mostra file Open project: 4-Roads/FourRoads.TelligentCommunity

Public Methods

Method 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 method

public ContentScriptedContentFragment ( IContentLogic contentLogic ) : System
contentLogic IContentLogic
return System

GetAllImageUrls() public method

public GetAllImageUrls ( System.Guid contentId ) : ApiList
contentId System.Guid
return ApiList

GetAllImageUrls() public method

public GetAllImageUrls ( string contentId ) : ApiList
contentId string
return ApiList

GetBestImageUrl() public method

public GetBestImageUrl ( System.Guid contentId ) : string
contentId System.Guid
return string

GetBestImageUrl() public method

public GetBestImageUrl ( string contentId ) : string
contentId string
return string

GetFirstVideoUrl() public method

public GetFirstVideoUrl ( System.Guid contentId ) : string
contentId System.Guid
return string

GetVideoPlayerHtml() public method

public GetVideoPlayerHtml ( string videoUrl, int maxWidth, int maxHeight ) : string
videoUrl string
maxWidth int
maxHeight int
return string

GetVideoUrls() public method

public GetVideoUrls ( System.Guid contentId ) : ApiList
contentId System.Guid
return ApiList