PFFieldChoiceGetGenericDisplayHtml Method (Object, String, PFFieldChoiceValue_DisplaySeparatorType, Boolean, Boolean) |
Converts a typed value to a display text using HTML.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public Html GetGenericDisplayHtml(
Object value,
string sourceUrl,
PFFieldChoiceValue_DisplaySeparatorType separator,
bool showLinks,
bool openLinksInFrame
)
Parameters
- value
- Type: SystemObject
A value obtained from this field. - sourceUrl
- Type: SystemString
If the output contains links, the source url is added as a parameter. - separator
- Type: Packflow.CorePFFieldChoiceValue_DisplaySeparatorType
Value separator. - showLinks
- Type: SystemBoolean
Show "a" links. - openLinksInFrame
- Type: SystemBoolean
Do not navigate on click, open a frame instead.
Return Value
Type:
HtmlHtml
See Also