PFItemActionsBarHtmlHelperGetContentTypeIcon Method (PFContentType, String, String) |
Gets an icon for the specified content-type.
Each content-type's icon will differ by the following:
back color, font color and two letters representing the content-type.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public static Html GetContentTypeIcon(
PFContentType contentType,
string divId = null,
string customIconLetters = null
)
Parameters
- contentType
- Type: Packflow.CorePFContentType
The content-type. - divId (Optional)
- Type: SystemString
The div id. - customIconLetters (Optional)
- Type: SystemString
The custom icon letters (to force the default ones).
Return Value
Type:
HtmlHTML
See Also