CMSDialogHelperIsItemSelectable Method |
Indicates whether the file with specified extension is selectable according specified condition.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public static bool IsItemSelectable(
SelectableContentEnum selectableContent,
string ext
)
Parameters
- selectableContent
- Type: CMS.Base.Web.UISelectableContentEnum
Selectable content - ext
- Type: SystemString
Extension to check
Return Value
Type:
BooleanSee Also