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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.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