CMSDialogHelperGetOutputFormat Method |
Returns output format enumeration.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public static OutputFormatEnum GetOutputFormat(
string output,
bool link
)
Parameters
- output
- Type: SystemString
Output format string code (html/bb/url/nodeguid/[custom]) - link
- Type: SystemBoolean
Indicates if output should be link
Return Value
Type:
OutputFormatEnumSee Also