C# 클래스 FourRoads.Common.TelligentCommunity.Plugins.ScriptedContentFragments.ContentScriptedContentFragment

파일 보기 프로젝트 열기: 4-Roads/FourRoads.TelligentCommunity

공개 메소드들

메소드 설명
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

메소드 상세

ContentScriptedContentFragment() 공개 메소드

public ContentScriptedContentFragment ( IContentLogic contentLogic ) : System
contentLogic IContentLogic
리턴 System

GetAllImageUrls() 공개 메소드

public GetAllImageUrls ( System.Guid contentId ) : ApiList
contentId System.Guid
리턴 ApiList

GetAllImageUrls() 공개 메소드

public GetAllImageUrls ( string contentId ) : ApiList
contentId string
리턴 ApiList

GetBestImageUrl() 공개 메소드

public GetBestImageUrl ( System.Guid contentId ) : string
contentId System.Guid
리턴 string

GetBestImageUrl() 공개 메소드

public GetBestImageUrl ( string contentId ) : string
contentId string
리턴 string

GetFirstVideoUrl() 공개 메소드

public GetFirstVideoUrl ( System.Guid contentId ) : string
contentId System.Guid
리턴 string

GetVideoPlayerHtml() 공개 메소드

public GetVideoPlayerHtml ( string videoUrl, int maxWidth, int maxHeight ) : string
videoUrl string
maxWidth int
maxHeight int
리턴 string

GetVideoUrls() 공개 메소드

public GetVideoUrls ( System.Guid contentId ) : ApiList
contentId System.Guid
리턴 ApiList