Click or drag to resize
CMSEditableImageGetContentXml Method
Gets the image content XML

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static string GetContentXml(
	string imagePath,
	string altText
)

Parameters

imagePath
Type: SystemString
Image path
altText
Type: SystemString
Alternate text

Return Value

Type: String
See Also