Click or drag to resize
ChatHelperGetWebpartTransformation Method
Get webpart's transformation

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
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: String
See Also