Click or drag to resize
CMSDialogHelperIsItemSelectable Method (SelectableContentEnum, String)
Indicates whether the file with specified extension is selectable according specified condition.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public static bool IsItemSelectable(
	SelectableContentEnum selectableContent,
	string ext
)

Parameters

selectableContent
Type: CMS.ExtendedControlsSelectableContentEnum
Indicates what type of files is selectable
ext
Type: SystemString
Extension of the file to check

Return Value

Type: Boolean
See Also