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