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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
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