Method | Description | |
---|---|---|
EmoticonTransforms ( string formattedPost ) : string |
Transforms emoticons into image references based on the settings within the emoticons.txt file in the webroot.
|
|
EmoticonsTransforms ( string formattedPost, string emoticonsFilePath ) : string | ||
LoadTransformFile ( string filePath ) : List |
Method | Description | |
---|---|---|
GetTransformFilePath ( string filename ) : string | ||
PerformUserTransforms ( string stringToTransform, List |
public static EmoticonTransforms ( string formattedPost ) : string | ||
formattedPost | string | The formatted post. |
return | string |
public static EmoticonsTransforms ( string formattedPost, string emoticonsFilePath ) : string | ||
formattedPost | string | |
emoticonsFilePath | string | |
return | string |
public static LoadTransformFile ( string filePath ) : List |
||
filePath | string | |
return | List |