Click or drag to resize
DocumentUIHelperGetDocumentMarkImage Method
Gets document mark image tag.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static string GetDocumentMarkImage(
	Page page,
	DocumentMarkEnum mark,
	string customTitle = null,
	bool renderEnvelope = false
)

Parameters

page
Type: System.Web.UIPage
Page
mark
Type: CMS.HelpersDocumentMarkEnum
Document mark type
customTitle (Optional)
Type: SystemString
Optional custom title for the icon
renderEnvelope (Optional)
Type: SystemBoolean
Indicates if surrounding span should be rendered

Return Value

Type: String
See Also