| DocumentUIHelperGetDocumentMarkImage Method | 
            Gets document mark image tag.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also