Click or drag to resize
CMSDialogHelperGetOutputFormat Method
Returns output format enumeration.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
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: OutputFormatEnum
See Also