C# Class Hyves.Service.FancyLayoutService

Represents the service APIs to convert a string to a fancy layout
显示文件 Open project: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

Public Methods

Method Description
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.

Private Methods

Method Description
FancyLayoutService ( HyvesSession session ) : System

Method Details

Parse() public method

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.
return string