| CMSDialogHelperGetOutputFormat Method | 
            Returns output format enumeration.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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: 
OutputFormatEnum See Also
See Also