ChatHelperGetWebpartTransformation Method |
Get webpart's transformation
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static string GetWebpartTransformation(
string transformationName,
string transformationError
)
Parameters
- transformationName
- Type: SystemString
String. Name of transfromation which will be loaded. - transformationError
- Type: SystemString
String. Reference to resource string which will be returned when error occured during loading transformation.
Return Value
Type:
StringSee Also