CMSDialogHelperGetOutputFormat Method |
Returns output format enumeration.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
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