C# 클래스 Hyves.Service.FancyLayoutService

Represents the service APIs to convert a string to a fancy layout
파일 보기 프로젝트 열기: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

공개 메소드들

메소드 설명
Parse ( string layoutString, HyvesLayoutType type ) : string

Converts a string to HTML format the same way that that is being done on the site, including things like smilies. This corresponds to the fancylayout.parse Hyves method.

비공개 메소드들

메소드 설명
FancyLayoutService ( HyvesSession session ) : System

메소드 상세

Parse() 공개 메소드

Converts a string to HTML format the same way that that is being done on the site, including things like smilies. This corresponds to the fancylayout.parse Hyves method.
public Parse ( string layoutString, HyvesLayoutType type ) : string
layoutString string The string to convert.
type HyvesLayoutType An extra option how to do the conversion.
리턴 string