Click or drag to resize
ChatUIHelperGetWebpartTransformationInternal Method
Gets webpart's transformation.

Namespace: CMS.Chat.Web.UI
Assembly: CMS.Chat.Web.UI (in CMS.Chat.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual string GetWebpartTransformationInternal(
	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: String
See Also