ChatUIHelperGetWebpartTransformation Method |
Gets webpart's transformation.
Namespace: CMS.Chat.Web.UIAssembly: CMS.Chat.Web.UI (in CMS.Chat.Web.UI.dll) Version: 12.0.0
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